Tagged Questions

0
votes
1answer
254 views

Json response in Grails webflow

Is it possible to return a json response in a Grails webflow ?
0
votes
2answers
1k views

Grails WebFlow with Ajax

I am trying to transition to next state of a WebFlow using Ajax requests. But it stays in the same state and returns the GSP as response for that state while I am expecting the GSP for the next state. ...