[jboss-user] [JBoss Seam] - Re: Redirect and GET parameters
alllle
do-not-reply at jboss.com
Tue Dec 18 18:37:05 EST 2007
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#4114017
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114017
More information about the jboss-user
mailing list