Leonardo Quijano Vincenzi wrote:
I wonder if there is any supported property for a Tapestry component that gives unique Ids, for any kind of component, not only form ones?


the requestCycle has a method which generates a unique Id based on a key, so you can pass "input" and get back "input133" knowing in the same cycle no other component will get the same id.
i think getUniqueId(String), but am not sure.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to