ino its wierd....

yes my browser says utf-8 .
the mysql  database is in utf-8.
hibernate is utf-8.

basically all is utf-8 except the incoming post data.....arg.

<property name="hibernate.connection.useUnicode">true</property> 
<property name="hibernate.connection.characterEncoding">UTF-8</property>

database schema is created with utf-8  ...so that hibernate tools generate
the correct tables.
all though i dont think its hibernate causing the problems.

 

Johan Compagner wrote:
> 
> This is weird by defaul wicket serves out everything in utf8 (yes you
> should configur tomcat about the url encoding your self)
> 
> Even if you say something else then ajax will be fixed to utf8 because
> that is the spec.
> 
> Are you sure that the browser says that it is not utf8?? If you look
> at the page info/properties/encoding??
> 
> At our place it works fine, ofcourse we also configured all databases
> and databse connections to use also utf8
> 
> Johan
> 
> On 8/29/08, Ray trace <[EMAIL PROTECTED]> wrote:
>>
>>
>> i tried that ...however...then u cant use the ajax since it only uses xml
>> utf-8 posting
>> so that is not an option here....since i need special chars ...and
>> allready
>> have alot of ajax.
>>
>>
>> Stefan Lindner wrote:
>>>
>>> I had the same problem some week ago but got no answer on this list. Now
>>> I
>>> use
>>>
>>>         getMarkupSettings().setDefaultMarkupEncoding("ISO-8859-1");
>>>         getRequestCycleSettings().setResponseRequestEncoding("ISO-8859-1");
>>>
>>> in the Application.init() method of wicket 1.4M3. Wicket seems to ignore
>>> the XHTML header completely.
>>>
>>> Stefan
>>>
>>
>> -
>> --
>> View this message in context:
>> http://www.nabble.com/Wicket%2Ctomcat--and-UTF-8-tp19215411p19215584.html
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Wicket%2Ctomcat--and-UTF-8-tp19215411p19215950.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to