Tagged Questions

2
votes
1answer
134 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 ...
0
votes
1answer
67 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 ...
0
votes
1answer
37 views

Interaction UI and Java Code

Hy Folks, ok, (for me) my problem is hard to explain but I guess for most of you it will seem pretty trivial. I'm building an application using spring webflow. The users have to type in their ...
0
votes
1answer
53 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 ...