Package | Description |
---|---|
org.apache.struts.action |
The action package is the core of the struts framework,
providing the "Controller" aspect of a MVC model.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
RequestProcessor.processValidate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ActionForm form,
ActionMapping mapping)
If this request was not cancelled, and the request's
ActionMapping has not disabled validation, call the
validate method of the specified ActionForm ,
and forward to the input path if there were any errors. |
Copyright ? 2000-2014 - The Apache Software Foundation