You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Lance Arlaus <la...@codeberet.com> on 2005/08/02 15:03:59 UTC

Hidden Form Fields

Anybody know the deal with the hidden form fields that get generated by the
framework?

Used on the server side?  Used by client validation code? Critical to the
operation of Tap4?

I'm assuming page and service are, but the rest?

For reference, I'm looking at the following:

<input type="hidden" name="formids"
value="email,password,passwordRetype,submit"/>

<input type="hidden" name="component" value="$Form"/>

<input type="hidden" name="page" value="Home"/>

<input type="hidden" name="service" value="direct"/>

<input type="hidden" name="submitmode" value=""/>