[jboss-user] [JBoss Seam] - How to force/assure conversational-only access to a given pa

przemjaskier do-not-reply at jboss.com
Thu Aug 16 16:39:09 EDT 2007


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#4074984

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074984



More information about the jboss-user mailing list