Serialized Form


Package org.apache.struts.faces.taglib

Class org.apache.struts.faces.taglib.JavascriptValidatorTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

bundle

java.lang.String bundle
The servlet context attribute key for our resources.


formName

java.lang.String formName
The name of the form that corresponds with the action name in struts-config.xml. Specifying a form name places a <script> </script> around the javascript.


page

int page
The current page number of a multi-part form. Only valid when the formName attribute is set.


methodName

java.lang.String methodName
This will be used as is for the JavaScript validation method name if it has a value. This is the method name of the main JavaScript method that the form calls to perform validations.


staticJavascript

java.lang.String staticJavascript
The static JavaScript methods will only be printed if this is set to "true".


dynamicJavascript

java.lang.String dynamicJavascript
The dynamic JavaScript objects will only be generated if this is set to "true".


src

java.lang.String src
The src attribute for html script element (used to include an external script resource). The src attribute is only recognized when the formName attribute is specified.


htmlComment

java.lang.String htmlComment
The JavaScript methods will enclosed with html comments if this is set to "true".


cdata

java.lang.String cdata
Hide JavaScript methods in a CDATA section for XHTML when "true".


htmlBeginComment

java.lang.String htmlBeginComment

htmlEndComment

java.lang.String htmlEndComment

formClientId

java.lang.String formClientId

Class org.apache.struts.faces.taglib.LoadMessagesTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

messages

java.lang.String messages

The name of the MessageResources to expose, or null for the default MessageResources for this application module.


var

java.lang.String var

The request attribute key under which a Map will be exposed.



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.