add Tips about Radio and FieldLabel components incompatibility
--------------------------------------------------------------
Key: TAPESTRY-1674
URL: https://issues.apache.org/jira/browse/TAPESTRY-1674
Project: Tapestry
Issue Type: Improvement
Components: Documentation
Reporter: Cyrille
Hi
The Radio component does not works with FieldLabel, so it should be nice to add
a Tips in the Radio's documentation.
For exemple:
JWC:
<component id="radioItem" type="Radio">
<binding name="value" value="ognl:radioItemValue" />
</component>
<component id="radioItemLabel" type="Insert">
<binding name="renderTag" value="true" />
<binding name="for" value="clientId:radioItem" />
<binding name="value" value="literal: some text" />
</component>
HTML:
<input type="radio" jwcid="radioItem" />
<label jwcid="radioItemLabel"> blabla</label>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]