Re: T5: t:id

2008-03-19 Thread Chris Lewis
Thanks Howard, that is in fact what I was after. Howard Lewis Ship wrote: > t:id is used to set the Tapestry ID for the form; the client id is > derived from the Tapestry ID. The Tapestry ID must be a fixed value. > > After the Form renders, you can access its clientId propety to > determine the

Re: T5: t:id

2008-03-19 Thread Howard Lewis Ship
t:id is used to set the Tapestry ID for the form; the client id is derived from the Tapestry ID. The Tapestry ID must be a fixed value. After the Form renders, you can access its clientId propety to determine the client ID that was allocated for it. Often this is used when generating client-side

T5: t:id

2008-03-19 Thread Chris Lewis
Hello all, I'm writing a component that will embed a form in it's template. This form will serve to hold a text and submit control, but the submission will be hi-jacked by my own ajax call. As such, the page will not refresh but merely have some pieces updated. In my template i'm trying to provide