« Return to Thread: [Trinidad] Generating duplicate icon elements?

[Trinidad] Generating duplicate icon elements?

by Bram Van Dam-4 :: Rate this Message:

Reply to Author | View in Thread

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

 « Return to Thread: [Trinidad] Generating duplicate icon elements?