tr:inputText generates a label. Set simple="true" to stop it from doing so.
-Andrew On Tue, Jun 23, 2009 at 6:48 AM, Bram Van Dam<[email protected]> wrote: > Howdy, > > The following code seems to generate duplicate elements. Is this a bug, or > am I missing something? > > <tr:outputLabel value="val" for="anInput"/> > <tr:inputText id="anInput" value="#{blub}"/> > > results in > > <span id="anInput::icon" style="display:none;"> > being generated twice. Once inside another span along with the label, and > once more inside a table along with the input field. > > Any takers? > > Ta, > - Bram >

