I have noticed that in some older browsers that request parameters are being encoded by
the browser such that:
http://somedomain.com/action.seam?param1=v1¶m2=v2
is encoding the & symbol to:
http://somedomain.com/action.seam?param1=v1&param2=v2
which means that "param2" looks like "amp;param2".
Is there a way to get the parameter to be decoded correctly. I'm using JBoss 4.0.4
and Seam 1.0.
Thanks,
Chris....
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993170#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...