layout
Tag multiPanelForm


Renders panel tabs for the specified panelFormGroup. Exposes the current panel by name to the page context for use by enclosing forms. Forms then have access to fieldDefinitions for the current form panel.


Tag Information
Tag Classnet.sf.springlayout.web.layout.taglib.MultiPanelFormTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
panelFormGroupBeanNametruetruejava.lang.Stringthe name of the spring form group bean that this form is attached too, identified in LayoutPanelFormGroup definition
currentPanelBeanNametruetruejava.lang.Stringthe name of the current spring form bean that this form is attached too, identified in LayoutPanelForm definition
panelTabRendererBeanNamefalsetruejava.lang.Stringthe name of the spring bean definition to provide the tabs for the multi-panel layout, identified in the LayoutPanelFormGroup definition
panelFooterRendererBeanNamefalsetruejava.lang.Stringthe name of the spring bean definition to provide the footer for the multi-panel layout, identified in the LayoutPanelFormGroup definition
enctypefalsetruejava.lang.Stringhtml enctype attribute, to specify the format of the data being submitted by the form
actionfalsetruejava.lang.Stringhtml action attribute. If this attribute is specified, it overrides the value configured in Spring XML.

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.