Otto <Otto.Gonzalez <at> Gwinnettcounty.com> writes:

> In this scenario where lastName is of type TextField, the FieldLabel 
> component 
> shows the displayName defined in the TextField component. But the TextField 
> does not show my data. 
> 
> <td class="label"><span jwcid=" <at> FieldLabel" field="component:lastName">
> Last 
> Name</span></td> 
> <span jwcid=" <at> If" condition="ognl:editing">
> <td class="input"><input jwcid="lastName" size="50" maxlength="100"/></td>  
> </span>
> </tr>

What does it show then?

> If I remove the If components, The TextField shows data correctly. 

Maybe the condition is false so it is not rendered?

--
Author of a book for learning Tapestry (http://www.agileskills2.org/EWDT)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to