FileDocCategorySizeDatePackage
ActionErrorModel.javaAPI DocExample1518Mon Jul 23 13:26:42 BST 2007org.apache.struts2.views.freemarker.tags

ActionErrorModel

public class ActionErrorModel extends TagModel
see
ActionError

Fields Summary
Constructors Summary
public ActionErrorModel(com.opensymphony.xwork2.util.ValueStack stack, HttpServletRequest req, HttpServletResponse res)

        super(stack, req, res);
    
Methods Summary
protected org.apache.struts2.components.ComponentgetBean()

        return new ActionError(stack, req, res);