Re: encoding issue on ajax form post (portlet)

2009-04-14 Thread Vivek Kumar
Hi Did that solve your problem in portlet ? Regards Vivek Francisco Diaz Trepat - gmail wrote: > > Aha. > Thanks eike. I'll try it right away. > > On Sat, Mar 14, 2009 at 4:10 PM, Eike Kettner wrote: > >> Hi Francisco, >> >> i ran into a similiar problem with ajax and umlauts. in my case

Re: encoding issue on ajax form post (portlet)

2009-03-16 Thread Francisco Diaz Trepat - gmail
Aha. Thanks eike. I'll try it right away. On Sat, Mar 14, 2009 at 4:10 PM, Eike Kettner wrote: > Hi Francisco, > > i ran into a similiar problem with ajax and umlauts. in my case i had > a tomcat running the webapp. and for the ajax requests, i had to > configure the tomcat connector with useBod

Re: encoding issue on ajax form post (portlet)

2009-03-14 Thread Eike Kettner
Hi Francisco, i ran into a similiar problem with ajax and umlauts. in my case i had a tomcat running the webapp. and for the ajax requests, i had to configure the tomcat connector with useBodyEncodingForURI="true". then the content of ajax requests got correctly encoded (using utf8). since i didn'

encoding issue on ajax form post (portlet)

2009-03-11 Thread Francisco Diaz Trepat - gmail
Hi all, I have a wicket project that suddenly required to support portlets. I traveled through a lot of (I guess) normal issues from not being familiar with portlets technology. But now I am at a cross rode (quoting obama) :-) I have an encoding issue in which, for as much as I could investigat