Hi Kent
I checked the code and could not find anything wrong. My only solution at this
point is to use the special tapestry attribute key and disable the FieldLabel
component. Works perfect.
<tr>
<td class="label"><span key="Employee.lastName">Last Name</span></td>
<!--<td class="label"><span jwcid="@FieldLabel"
field="component:lastName">Last Name</span></td>-->
<span jwcid="@If" condition="ognl:editing">
<td class="input"><input jwcid="lastName" size="50" maxlength="100"/></td>
</span>
</tr>
I am not sure if the bug is in the FieldLabel component or on the framework
somewhere. As I already stated, I do not have this problem under 3.02.
I also posted a Jira TAPESTRY-703 for this issue.
Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]