[ 
http://www.stripesframework.org/jira/browse/STS-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ben Gunter closed STS-128.
--------------------------


> Additional constructors for RedirectResolution to allow seamless redirecting 
> to other ActionBeans
> -------------------------------------------------------------------------------------------------
>
>                 Key: STS-128
>                 URL: http://www.stripesframework.org/jira/browse/STS-128
>             Project: Stripes
>          Issue Type: Improvement
>            Reporter: Tim Fennell
>            Assignee: Tim Fennell
>             Fix For: Release 1.3
>
>
> While it's not terribly difficult to write things like:
>     return new RedirectResolution("/foo/Bar.action").addParameter("view");
> there are a couple of problems with this approach.  Firstly it's much easier 
> to introduce typos like this.  Secondly if the pattern used to construct 
> UrlBindings is changed then this will break.  It would be much better to be 
> able to write:
>     return new RedirectResolution(FooActionBean.class, "view");
> This of course makes me wish (again) that there was a better way to refer 
> directly to methods of classes, but oh well.  We can only do so much!

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to