[ 
http://www.stripesframework.org/jira/browse/STS-505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=11237#action_11237
 ] 

Ben Gunter commented on STS-505:
--------------------------------

Just map it with a URI parameter. The parameter doesn't even have to map to an 
ActionBean property.

@UrlBinding("/action/foo{junk}.html")
public class Foo extends BaseActionBean { ... }

@UrlBinding("/action/bar{junk}.html")
public class Bar extends BaseActionBean { ... }

> Provide some way to dispatch ActionBeans without a common prefix or suffix
> --------------------------------------------------------------------------
>
>                 Key: STS-505
>                 URL: http://www.stripesframework.org/jira/browse/STS-505
>             Project: Stripes
>          Issue Type: Improvement
>          Components: ActionBean Dispatching
>            Reporter: Ben Gunter
>            Priority: Minor
>             Fix For: Release 1.5
>
>
> With the new clean URLs, people really want to be able to map ActionBeans to 
> URLs without requiring a common prefix or suffix and without having to map 
> each path in web.xml.

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

        

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to