Serialized Form


Package org.apache.struts.faces.component

Class org.apache.struts.faces.component.FormComponent implements Serializable


Package org.apache.struts.faces.taglib

Class org.apache.struts.faces.taglib.AbstractFacesTag implements Serializable

Serialized Fields

bundle

java.lang.String bundle

The servlet context attribute under which our MessageResources bundle is stored.


styleClass

java.lang.String styleClass

The CSS style class used to render this component.


value

java.lang.String value

The literal value to be rendered.

Class org.apache.struts.faces.taglib.BaseTag implements Serializable

Serialized Fields

target

java.lang.String target

The target frame for this base URL reference.

Class org.apache.struts.faces.taglib.ErrorsTag implements Serializable

Class org.apache.struts.faces.taglib.FormTag implements Serializable

Serialized Fields

action

java.lang.String action

The path of the Struts Action to which this form should be submitted. This property is analogous to the formName property on the form tag in the standard HTML RenderKit.


enctype

java.lang.String enctype

The content encoding type to use.


focus

java.lang.String focus

The name of the field to which focus should be set when this form is displayed.


focusIndex

java.lang.String focusIndex

The subscript of the focus field array to receive focus.


method

java.lang.String method

The submit method (GET or POST) to use.


onreset

java.lang.String onreset

The JavaScript reset event handler.


onsubmit

java.lang.String onsubmit

The JavaScript submit event handler.


style

java.lang.String style

The CSS styles to apply to this element.


styleClass

java.lang.String styleClass

The CSS style class to apply to this element.


styleId

java.lang.String styleId

The HTML element id for this element.


target

java.lang.String target

The window target for this submit.

Class org.apache.struts.faces.taglib.HtmlTag implements Serializable

Serialized Fields

locale

boolean locale

Set a locale if not set yet.


xhtml

boolean xhtml

Render Struts HTML tags as xhtml.

Class org.apache.struts.faces.taglib.MessageTag implements Serializable

Serialized Fields

key

java.lang.String key

Message key used to retrieve the requested message

Class org.apache.struts.faces.taglib.OutputBodyTag implements Serializable

Class org.apache.struts.faces.taglib.StylesheetTag implements Serializable

Serialized Fields

path

java.lang.String path

The context-relative path for this link.

Class org.apache.struts.faces.taglib.WriteTag implements Serializable

Serialized Fields

filter

boolean filter

Flag indicating that rendered content should be filtered for characters that are sensitive in HTML.



Copyright ? 2003 - Apache Software Foundation