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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...