File
Doc
Category
Size
Date
Package
ActionError.java
API Doc
Example
2085
Mon Jul 23 13:26:36 BST 2007
org.apache.struts2.components
ActionError
java.lang.Object
UIBean
public class ActionError extends UIBean
Render action errors if they exists the specific layout of the rendering depends on the theme itself.
Examples
<s:actionerror /> <s:form .... >> .... </s:form>
Fields Summary
public static final String
TEMPLATE
Constructors Summary
public ActionError
(
com.opensymphony.xwork2.util.ValueStack
stack,
HttpServletRequest
request,
HttpServletResponse
response)
super(stack, request, response);
Methods Summary
protected
java.lang.String
getDefaultTemplate
()
return TEMPLATE;
Java Code Source