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&param2=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#3993170

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993170
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to