Hello,
I just tried playing with FormFragments in a simpliest example, and I
couldn't get it to work in my IE7 and Chrome. Fragment is always shown
regardless of checkbox state.
I dunno if it's maybe because of:
https://issues.apache.org/jira/browse/TAP5-749
Here's my simple template portion:
<t:form t:id="form" t:clientValidation="true">
....
Checkbox trigger:
<t:checkbox t:value="myFlag" t:mixin="triggerFragment"
t:fragment="myFragment"/>
<t:formfragment t:id="myFragment" t:visible="myFlag">
Fragment shows!
</t:formfragment>
....
</t:form>
Regards,
Vjeran
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org