Stripes Tag Library
Tag wizard-fields


Examines the request and include hidden fields for all parameters that have do not have form fields in the current form. Will include multiple values for parameters that have them. Excludes 'special' parameters like the source page parameter, and the paramter that conveyed the event name.

Very useful for implementing basic wizard flow without relying on session scoping of ActionBeans, and without having to name all the parameters that should be carried forward in the form.



Tag Information
Tag Classnet.sourceforge.stripes.tag.WizardFieldsTag
TagExtraInfo ClassNone
Body Contentempty
Display Namewizard-fields

Attributes
NameRequiredRequest-timeTypeDescription
currentFormOnlyfalsefalseboolean If set to true, hidden fields will only be written if the form in which the tag is nested was the same form (or more specifically has the same action) as the form that was submitted in the request being processed. Can be used to ensure that wizarding only occurs withing a specific form and does not spill-over into other forms if that is undesirable.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.