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
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
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