Grails

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

Details

  • Type: New Feature New Feature
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.0.1
  • Fix Version/s: 1.0.1
  • Component/s: WebFlow
  • Labels:
    None

Description

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 }
}

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (3)

Dates

  • Created:
    Updated:
    Resolved: