add dynamic columns to xhtml:table

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

add dynamic columns to xhtml:table

Mohammad
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: add dynamic columns to xhtml:table

Alessandro  Vernet
Administrator
Hi Mohammad,

I am not aware of any issue similar to the one you're describing
happening with our latest code. Would you be able to share with us a
minimal example that reproduces the issue?

Alex

On Fri, Dec 28, 2012 at 2:48 PM, Mohammad <[hidden email]> wrote:

> I tried to create a table with dynamic columns, for example by :
>
> <xf:repeat nodeset="$columns">
>         <xh:th>
>             <xf:output ref="label"/>
>          </xh:th>
> </xf:repeat>
>
> ...
>
> <xf:repeat nodeset="$columns">
>         <xh:td>
>             <xf:output ref="value"/>
>          </xh:td>
> </xf:repeat>
>
> Table is created but I catch following exception in all browsers :
>
>     Exception in client-side code. Message: Cannot read property
> 'nextSibling' of null
>
> and columns is garbled.
>
>
>
> --
> View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/add-dynamic-columns-to-xhtml-table-tp4656153.html
> Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com.
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>


--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet