FileDocCategorySizeDatePackage
ActionError.javaAPI DocExample2085Mon Jul 23 13:26:36 BST 2007org.apache.struts2.components

ActionError

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.StringgetDefaultTemplate()

        return TEMPLATE;