I have the same question.
The page param works fine with current window but it's not bookmarkable. In other
words, user won't be able to locate this page 2 days later using
http://localhost:8080/app/article.xhtml?conversationId=2
The conversationId will be long gone by that time. The parameter needs to show up
explicitly in the URL, something like:
http://localhost:8080/app/article.xhtml?conversationId=2&articleId=3
And is there a way to remove the "conversationId=2" part? (mine is
"cid=xxx"). I suspect it's going to cause problem when user try to access
the page with an expired conversation.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114017#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...