[ http://issues.apache.org/struts/browse/STR-2956?page=all ]

Paul Benedict updated STR-2956:
-------------------------------

    Description: 
Actions always cast a form into the intended subclass. It would be nice to 
allow the the dispatch classes to match up against the strongly typed methods. 
Example:

private ActionForward doMyAction(ActionMapping mapping, MyForm form, 
HttpServletRequest request, HttpServletResponse response);


  was:
Actions always cast a form into the intended subclass. It would be nice to 
allow the the dispatch classes to match up against the strongly typed methods. 
Example:

private ActionForward doMyActionActionMapping mapping, MyForm form, 
HttpServletRequest request,
            HttpServletResponse response);



> Strongly typed forms in Action dispatching
> ------------------------------------------
>
>                 Key: STR-2956
>                 URL: http://issues.apache.org/struts/browse/STR-2956
>             Project: Struts 1
>          Issue Type: Improvement
>    Affects Versions: 1.0 Final
>            Reporter: Paul Benedict
>             Fix For: 1.3.6
>
>
> Actions always cast a form into the intended subclass. It would be nice to 
> allow the the dispatch classes to match up against the strongly typed 
> methods. Example:
> private ActionForward doMyAction(ActionMapping mapping, MyForm form, 
> HttpServletRequest request, HttpServletResponse response);

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to