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

Key: GRAILS-2464
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Graeme Rocher
Reporter: Stefano Gualdi
Votes: 0
Watchers: 3
Operations

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

Customization of the end state in a webflow with render()

Created: 15/Feb/08 12:25 PM   Updated: 12/May/08 03:32 PM
Component/s: WebFlow
Affects Version/s: 1.0.1
Fix Version/s: 1.0.1

Time Tracking:
Not Specified


 Description  « Hide
Should be nice to have the chance to customize the view rendered by an end state in a web flow.

Actually the following code doesn't work, the standard view is rendered.

def searchObjectFlow = {
selectObject {
on("search"){ //SEARCH }.to "selectObject"
on("select") { // SELECT }.to "showObject"
}

showObject { render(view: "/shared/objects/showObject") // <<<<< This is ignored }
}



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.