1. Can a webflow's action state have multiple redirects on success? stackoverflow.comSay, I have this type of webflow:
|
2. How to redirect depending of the role with Grails Acegi on weblogic stackoverflow.comin my index.gsp, I have this :
If I run it on tomcat, that's work ... |
3. Grails Web Flow: Redirect to the webflow from another controller action? stackoverflow.comHere's what I think I want to do:
|
4. Grails Acegi : Redirection on a ajax method and not on the webpage. Why? stackoverflow.comI use Acegi with grails but I have a problem with a redirection. I define in UrlMapping this :
In mycontroller : ... |
5. Grails, Weblogic and redirection on root "/" seems not working stackoverflow.comI configured my grails application with an root path like this (in UrlMapping):
in mycontroller.myaction, depending of the role, I redirect to ... |