Actually I think I may be able to use ehcache for this. Last question, your saying I may be able to do this with css, "which I would prefer" and possibly handle the required in the mixin as well. Any thoughts on how you might get the css / required back to the field? I'm not sure how t:validate would call getFieldValidator from within the mixin.
I'm currently handling it like so, @InjectComponent @Property private Field vendorInformation; <t:Label class="control-label" for="vendorInformation"/> <div class="controls"> <t:TextArea title="Vendor Information" t:id="vendorInformation" class="vendorInformation" value="pr.vendorInformation" t:validate="prop:getFieldValidator(vendorInformation, 'maxlength=255')" disabled="prop:getFieldDisabled(vendorInformation)"/> </div> Thanks Lance. -- View this message in context: http://tapestry.1045711.n5.nabble.com/passing-values-into-script-after-ajaxformloop-row-has-been-added-tp5716762p5716784.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org