Is is possible to have a Velocity template perform an http "post"
operation to a Tapestry Page?  Looking at one of generated sources of
one of my  pages I noticed this:

<form method="post" name="Form0" action="/yoursite/app">
<input type="hidden" name="service" value="direct/1/Category/$Form"/>
<input type="hidden" name="sp" value="S0"/>
<input type="hidden" name="Form0" value="categoryField,$Submit,$Submit$0"/>

My question is how does Tapestry associate "$Submit$0" to a particular listener method? Also what is that hideen field "sp" used for?

thanks,

scott.





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

Reply via email to