Re: [HELP] Can't not submit unicode form by ajax action in Struts + Velocity framework

2006-09-26 Thread Martin Gainty
Tuan" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, September 26, 2006 5:47 AM Subject: Re: [HELP] Can't not submit unicode form by ajax action in Struts + Velocity framework > ah ha, yeahh, thanks a lot Antonio, I solved my problem! &g

Re: [HELP] Can't not submit unicode form by ajax action in Struts + Velocity framework

2006-09-26 Thread Pham Anh Tuan
, 2006 4:13 PM Subject: Re: [HELP] Can't not submit unicode form by ajax action in Struts + Velocity framework Pham Anh Tuan ha scritto: when I test the submitted url, it gives me the right unicode value for each parameter I sent. ex: .do?st1=tốivề&st2=ngàyvề but when I retrieve it

Re: [HELP] Can't not submit unicode form by ajax action in Struts + Velocity framework

2006-09-26 Thread Antonio Petrelli
Pham Anh Tuan ha scritto: when I test the submitted url, it gives me the right unicode value for each parameter I sent. ex: .do?st1=tốivề&st2=ngàyvề but when I retrieve it from bean, it was not unicode value :( st1: "tốivề" ---> "tối về" st2: "ngàyvề" ---> "ngà y về" I don't know wh

Re: [HELP] Can't not submit unicode form by ajax action in Struts + Velocity framework

2006-09-26 Thread Pham Anh Tuan
" I don't know what's wrong? - Original Message - From: "Pham Anh Tuan" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, September 26, 2006 2:09 PM Subject: [HELP] Can't not submit unicode form by ajax action in Strut

Re: [HELP] Can't not submit unicode form by ajax action in Struts + Velocity framework

2006-09-26 Thread Pham Anh Tuan
e: [HELP] Can't not submit unicode form by ajax action in Struts + Velocity framework Pham Anh Tuan ha scritto: Antonio, would you mind showing an example how to use POST method with AJAX ? Your question is too generic. Maybe you need simply JavaScript, in this case I suggest to rea

Re: [HELP] Can't not submit unicode form by ajax action in Struts + Velocity framework

2006-09-26 Thread Antonio Petrelli
Pham Anh Tuan ha scritto: Antonio, would you mind showing an example how to use POST method with AJAX ? Your question is too generic. Maybe you need simply JavaScript, in this case I suggest to read this piece of tutorial http://www.w3schools.com/htmldom/dom_obj_form.asp HTH Antonio -

Re: [HELP] Can't not submit unicode form by ajax action in Struts + Velocity framework

2006-09-26 Thread Pham Anh Tuan
PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, September 26, 2006 4:13 PM Subject: Re: [HELP] Can't not submit unicode form by ajax action in Struts + Velocity framework Pham Anh Tuan ha scritto: when I test the submitted url, it gives me the right unicode value

[HELP] Can't not submit unicode form by ajax action in Struts + Velocity framework

2006-09-26 Thread Pham Anh Tuan
Hi all, I got a trouble when I submit the unicode form by ajax. when I test the submitted url, it gives me the right unicode value for each parameter I sent. ex: .do?st1=tốivề&st2=ngàyvề but when I retrieve it from bean, it was not unicode value :( this trouble happens only when I submit