Tagged Questions

1
vote
1answer
99 views

Grails Web Flow first state

A few questions about the first state of a Grails web flow: Is it possible to have multiple start states? Is it possible for the first state to be an action state? Assuming the answer to (2) is no, ...
0
votes
1answer
37 views

Java spring webflow. Tomcat can't find view file

I have big problem. When i do apply to web flow by id, it goes into it but later view state returns 404 Error. Flow xml file is in jar. Jar file is loaded on execution, but i cant understand why ...