Re: How to generate a URL with s:url encoded in UTF-8

2009-02-09 Thread Manos Batsis
Ignacio de Córdoba wrote: Hi there, I am trying to generate a URL with s:url and s:param so that parameters are encoded in URL. Special characters are not processed ok. (The struts action works fine as I have posted that same URL data with a form encoded in UTF-8 and they are decoded fine in my j

How to generate a URL with s:url encoded in UTF-8

2009-02-09 Thread Ignacio de Córdoba
Hi there, I am trying to generate a URL with s:url and s:param so that parameters are encoded in URL. Special characters are not processed ok. (The struts action works fine as I have posted that same URL data with a form encoded in UTF-8 and they are decoded fine in my java code) I've tried doing