tags:

views:

10

answers:

1

Hi, I created a JSF cart application which runs just fine. I am using 'redirect' to fix the problem with refresh. The problem is when there is multiple page flow logic like if you haven't signed up you need to sign up or create an account, and once you do that you need to be redirected back to where you were when you were asked to sign up in the first place. So my goal is to use Web Flow 2 in order to make navigation rules easier to code. I have been working on them separately but I don't know how to merge so that Web Flow can handle navigation instead.

Any help is very much appreciated. Thanks.

A: 

This site is very useful:

http://www.springbyexample.org/examples/simple-spring-web-flow-webapp-spring-config.html

You can also refer to spring web flow resources and look for JSF integration, but that is not very clear.

Tesnep