Re: passing values into script after ajaxformloop row has been added.

2012-10-11 Thread George Christman
Thanks Lance, I'm all set now :) -- View this message in context: http://tapestry.1045711.n5.nabble.com/passing-values-into-script-after-ajaxformloop-row-has-been-added-tp5716762p5716800.html Sent from the Tapestry - User mailing list archive at Nabbl

Re: passing values into script after ajaxformloop row has been added.

2012-10-11 Thread Lance Java
Use an environmental http://tapestry.apache.org/environmental-services.html -- View this message in context: http://tapestry.1045711.n5.nabble.com/passing-values-into-script-after-ajaxformloop-row-has-been-added-tp5716762p5716789.html Sent from the Tapestry - User mailing list archive at

Re: passing values into script after ajaxformloop row has been added.

2012-10-11 Thread George Christman
tapestry.1045711.n5.nabble.com/passing-values-into-script-after-ajaxformloop-row-has-been-added-tp5716762p5716786.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@t

Re: passing values into script after ajaxformloop row has been added.

2012-10-11 Thread Lance Java
d field and then style an asterisk in your css file. I'm sure google can help you there. -- View this message in context: http://tapestry.1045711.n5.nabble.com/passing-values-into-script-after-ajaxformloop-row-has-been-added-tp5716762p5716785.html Sent from the Tapestry - User mail

Re: passing values into script after ajaxformloop row has been added.

2012-10-11 Thread George Christman
how t:validate would call getFieldValidator from within the mixin. I'm currently handling it like so, @InjectComponent @Property private Field vendorInformation; Thanks Lance. -- View this message in context: http://tapestry.1045711.n5.nabble.com/passing-values-into-script-af

Re: passing values into script after ajaxformloop row has been added.

2012-10-11 Thread Lance Java
Note, servlet containers re-use threads between requests so use tapestry's PerThreadManager.createValue() to create a value that is per-request. -- View this message in context: http://tapestry.1045711.n5.nabble.com/passing-values-into-script-after-ajaxformloop-row-has-been-

Re: passing values into script after ajaxformloop row has been added.

2012-10-11 Thread Lance Java
Have the mixin call methods on a service backed by a cache. If you don't want to cache forever, perhaps a ThreadLocal cache will do? -- View this message in context: http://tapestry.1045711.n5.nabble.com/passing-values-into-script-after-ajaxformloop-row-has-been-added-tp5716762p5716782

Re: passing values into script after ajaxformloop row has been added.

2012-10-11 Thread George Christman
. -- View this message in context: http://tapestry.1045711.n5.nabble.com/passing-values-into-script-after-ajaxformloop-row-has-been-added-tp5716762p5716781.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To

Re: passing values into script after ajaxformloop row has been added.

2012-10-11 Thread Lance Java
done through css instead). The mixin could also add the "required" validator to each required field. -- View this message in context: http://tapestry.1045711.n5.nabble.com/passing-values-into-script-after-ajaxformloop-row-has-been-added-tp5716762p5716767.html Sent from the Tapestry -

passing values into script after ajaxformloop row has been added.

2012-10-10 Thread George Christman
js.addScript("requiredFields(%s)", this.fieldIds); } -- View this message in context: http://tapestry.1045711.n5.nabble.com/passing-values-into-script-after-ajaxformloop-row-has-been-added-tp5716762.html Sent from the Tapes