|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
java.lang.String bundle
The servlet context attribute under which our
MessageResources
bundle is stored.
java.lang.String styleClass
The CSS style class used to render this component.
java.lang.String value
The literal value to be rendered.
Class org.apache.struts.faces.taglib.BaseTag implements Serializable |
Serialized Fields |
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 |
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.
java.lang.String enctype
The content encoding type to use.
java.lang.String focus
The name of the field to which focus should be set when this form is displayed.
java.lang.String focusIndex
The subscript of the focus field array to receive focus.
java.lang.String method
The submit method (GET or POST) to use.
java.lang.String onreset
The JavaScript reset event handler.
java.lang.String onsubmit
The JavaScript submit event handler.
java.lang.String style
The CSS styles to apply to this element.
java.lang.String styleClass
The CSS style class to apply to this element.
java.lang.String styleId
The HTML element id for this element.
java.lang.String target
The window target for this submit.
Class org.apache.struts.faces.taglib.HtmlTag implements Serializable |
Serialized Fields |
boolean locale
Set a locale if not set yet.
boolean xhtml
Render Struts HTML tags as xhtml.
Class org.apache.struts.faces.taglib.MessageTag implements Serializable |
Serialized Fields |
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 |
java.lang.String path
The context-relative path for this link.
Class org.apache.struts.faces.taglib.WriteTag implements Serializable |
Serialized Fields |
boolean filter
Flag indicating that rendered content should be filtered for characters that are sensitive in HTML.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |