Tables with TextArea with labels

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

Tables with TextArea with labels

Nicolas Modrzyk-3
Hi Guys,

It looks like the following:

<xforms:repeat>
..
<xforms:group style="position:relative;">
                  <xhtml:div class="xforms_cntrl_TextInput">
                    <xforms:input ref="fe:TextInput">
                      <xforms:label>TextInput</xforms:label>
                    </xforms:input>
                  </xhtml:div>
                </xforms:group>
...
</xforms:repeat>

is loosing the label (does not display anymore) for any newly dynamically added row in the table.
I've tested with the latest nightly.

Any hints ?

Nicolas,


--
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
Reply | Threaded
Open this post in threaded view
|

Re: Tables with TextArea with labels

Alessandro Vernet
Administrator
Nicolas,

On Feb 19, 2009, at 5:06 PM, Nicolas Modrzyk wrote:

> It looks like the following:
>
> <xforms:repeat>
> ..
> <xforms:group style="position:relative;">
>                   <xhtml:div class="xforms_cntrl_TextInput">
>                     <xforms:input ref="fe:TextInput">
>                       <xforms:label>TextInput</xforms:label>
>                     </xforms:input>
>                   </xhtml:div>
>                 </xforms:group>
> ...
> </xforms:repeat>
>
> is loosing the label (does not display anymore) for any newly  
> dynamically added row in the table.
> I've tested with the latest nightly.
I tried to reproduce this by creating a sandbox example, but the  
example worked fine. I am wondering if this could be related to an  
issue we just fixed yesterday. Could you try again with the very last  
nightly build? If you still have this problem, could you create an  
example we can run in the XForms sandbox that shows the issue. I also  
attached my example for reference.

Alex
--
Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise
Orbeon's Blog: http://www.orbeon.com/blog/
Personal Blog: http://avernet.blogspot.com/
Twitter - http://twitter.com/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

repeat-groups.xhtml (2K) Download Attachment