History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: STS-587
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Frederic Daoud
Reporter: Frederic Daoud
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Stripes

Event name at the end of URL

Created: 24/Jun/08 12:34 PM   Updated: 24/Jun/08 12:35 PM
Component/s: ActionBean Dispatching
Affects Version/s: Release 1.5
Fix Version/s: Release 1.5


 Description  « Hide
If you change Stripes so that the '.action' suffix is not used, you get, without doing anything else, support for appending the name of the event at the end of the URL.
So /action/myaction/view would target 'view', if you're using /action as a mapping prefix and /myaction targets the action bean.
However, /action/myaction/view/somethingelse should still target 'view', and right now it will try to find an event named 'view/somethingelse' which of course does not work.
It's a simple fix.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Frederic Daoud - 24/Jun/08 12:35 PM
Fixed in build 944.