Serialized Form


Package net.jspcontrols.dialogs.actions

Class net.jspcontrols.dialogs.actions.DialogMapping extends org.apache.struts.action.ActionMapping implements Serializable

Serialized Fields

view

java.lang.String view
Path to the default view, usually JSP page. The 'view path = "..."' attribute of element is used instead of subelement of element.

Class net.jspcontrols.dialogs.actions.EventForward extends org.apache.struts.action.ActionForward implements Serializable

Serialized Fields

handler

java.lang.String handler
Event handler name

Class net.jspcontrols.dialogs.actions.RenderForward extends org.apache.struts.action.ActionForward implements Serializable

Class net.jspcontrols.dialogs.actions.TransferForward extends org.apache.struts.action.ActionForward implements Serializable


Package net.jspcontrols.dialogs.actions.crud

Class net.jspcontrols.dialogs.actions.crud.CRUDForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

uiMode

java.lang.String uiMode
UI Mode


Package net.jspcontrols.dialogs.actions.wizard

Class net.jspcontrols.dialogs.actions.wizard.WizardForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

wizard

net.jspcontrols.wizard.intf.IWizard wizard
Wizard controller; must be set prior to populate phase