> private Set<String> fieldIds = new HashSet<String>(); 
Never initialize a field in it's declaration, the value should be
initialized on setupRender()

> Any thoughts on how to do this?
I'd do it serverside. Attach a mixin to each field which adds the asterisk
to the dom (this can most likely be 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 - 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

Reply via email to