I am using tap4-beta 6 and I just tried to add my first checkboxes to my
project and ended up getting a strange error:
Error:
org.apache.tapestry.BindingException
Display name for admin/AddAdmin/$FieldLabel_4 was not specified and was not
provided by field admin/AddAdmin/inputCanViewMembers.
Page Definition:
<component id="inputCanViewMembers" type="Checkbox">
<binding name="value" value="admin.permissions.canViewMembers" />
<binding name="displayName" value="message:canViewMembers" />
</component>
Page Template:
<th><span jwcid="@FieldLabel" field="component:inputCanViewMembers" /></th>
<td><input type="checkbox" jwcid="inputCanViewMembers" /></td>
Are FieldLabels not working with Checkboxes yet ?? Or did I mess something
up ??
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]