Can anyone confirm that the webflow plugin is working in 2.0.0M1? I've installed the plugin but my "*Flow" actions don't seem to be treated differently then my other actions. I've additionally tried rebuilding grails-core from GitHib (2.0.0.BUILD-SNAPSHOT) and the behavior is the same.

Here's the action in question:

 def baselineFlow() {

    showQuestion {
        on("checkout").to "enterPersonalDetails"
        on("continueShopping").to "displayCatalogue"
    }

}

When I go to controllerName/baseline it acts as if baseline.gsp isn't there (404 on controllerName/baseline) as opposed to trying to resolve baseline/showQuestion.gsp I do have a controllerName/baseline/showQuestion.gsp in place in views. The same action works in 1.3.7.

link|improve this question
1  
Can you post the webflow code and explain why you think it's not working, i.e. what behaviour are you observing and what are you expecting? – Don Aug 23 '11 at 14:32
Thanks Don, editing the question with the action code. – cable909 Aug 23 '11 at 19:03
feedback

1 Answer

up vote 0 down vote accepted

This looks like a bug. I suggest you create an issue in the Grails bug tracker. Attach your application to the issue and provide instructions for reproducing the error. In my experience, the Grails team are very good at resolving reported bugs. If you do it now, it should be fixed for the final release of 2.0.0

link|improve this answer
Thanks, JIRA entered here: jira.grails.org/browse/GRAILS-7959 – cable909 Aug 25 '11 at 13:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.