[jboss-user] [JBoss Seam] - question : avoid conversation id parameter for RESTful appli

zdaler do-not-reply at jboss.com
Tue Apr 24 05:41:00 EDT 2007


I'm trying to create a RESTful application (starting from the blog example) but I'm having problem trying to get rid of the cid parameter : 

Using this in pages.xml
    <page view-id="/login.xhtml">
  |         <navigation>
  |             <rule if="#{identity.loggedIn}">
  |                 <redirect view-id="/workspace.xhtml" />
  |             </rule>
  |         </navigation>
  |     </page>

Everything is fine in the server (no long running conversation is started) but after login, I'm redirected to /workspace.xhtml?cid=3 instead of /workspace.xhtml ...

any hint on how to get rid of this cid parameter ?


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040129#4040129

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



More information about the jboss-user mailing list