Hello all,

A tapestry component for example:
<input t:type="textfield" t:id="text1" />
after the component is rendered, it becomes something like:
<input id="text1:120f2926924" name="text1" type="text">

what is the number 120f2926924? how do I get this number from the client
side, for example if I need to set the value of this input field through
javascript, I would like to do something like:
$('text1').value = "new value";
but how do I know the id of this element after it is rendered?

Thanks
-- 
View this message in context: 
http://www.nabble.com/-t%3A5.0.18--tapestry-component-id-attribute-value-format-tp23296131p23296131.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