Tagged Questions

4
votes
2answers
1k views

grails web flow exception handling

In my Grails app, I have defined the following (simplified) web flow def registerFlow = { start { action {RegistrationCommand cmd -> try { ...
2
votes
1answer
97 views

Display info messages in jsp for Spring WebFlow 2.0

I have a model with a list of selected topics. Every topic can be presented in a room and there are more rooms that need to be chosen depending of availability. The user can set preferred room for ...
1
vote
2answers
316 views

Problem with webflow(s) in Grails

I've just come across a rather odd problem whilst testing my applications webflows. I have two seperate webflows that are accessed once a user logs in depending on whether the user is male or ...
0
votes
1answer
37 views

Is Spring webflow a good portlet technology choice?

I am working on a porlet app and it looks like the "main" portlet will be pretty complex, with some wizard-type functionality in it. I started with plain Spring MVC but it's clear that the backing ...