I have a bunch of views that are used by pageflow-driven conversation. Lets call them
page1.xhtml, page2.xhtml, page3.xhtml. I want to prevent user from entering arbitrary
selected view from those above. When a user enters page2.xhtml he should be redirected to
a configured no-conversation-view-id with the ability to start a new one conversation.
I thought that placing
| <page view-id="/page2.xhtml"
| no-conversation-view-id="/invalidconversationerror.xhtml"/>
|
will handle this, but it is not working. How to solve this?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074984#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...