[Wicket-user] Fwd: help,

2006-07-15 Thread ketan gote
hellofriendssorry for mailing u directly.but i am having problem.i have taken wicket autocomplete text field ,for which i have to set unicode .ie the related data which is coming have to be shown in My Langauage(ie asian marathi/hindi)
pls send me mail direcly if possible.wating for reply-- RegardsKetan D.Gote

-- RegardsKetan D.Gote

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Fwd: help,

2006-07-15 Thread Eelco Hillenius
You wouldn't do that component by component, but rather for your whole
page. One way of setting the encoding of a page is to make this the
first line of your page markup:

?xml version=1.0 encoding=UTF-8 ?

Some discussion is here
http://www.wicket-wiki.org.uk/wiki/index.php/Markup_encoding too, and
you could take a closer look at some examples (like FormInput).

Eelco


On 7/15/06, ketan gote [EMAIL PROTECTED] wrote:
 hello

 friends

 sorry for mailing u directly.
 but i am having problem.
 i have taken wicket autocomplete text field ,
 for which i have to set unicode .
 ie the related data which is coming have to be shown in My Langauage(ie
 asian marathi/hindi)
 pls send me mail direcly if possible.
 wating for reply

 --
 Regards

 Ketan D.Gote


 --
 Regards

 Ketan D.Gote

 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job
 easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642


 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user





-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Fwd: help,

2006-07-15 Thread Johan Compagner
Maybe if Ketan is already doing that and that still doesn't workDoes the autocomplete text field not do a get request?And get request are not automaticly seen as UTF-8. (the parameters) by tomcat.That is a property that must be set in the connector declaration in the config xml file
I don't know it right now from the top of my head need to search that.johanOn 7/15/06, Eelco Hillenius 
[EMAIL PROTECTED] wrote:You wouldn't do that component by component, but rather for your whole
page. One way of setting the encoding of a page is to make this thefirst line of your page markup:?xml version=1.0 encoding=UTF-8 ?Some discussion is here
http://www.wicket-wiki.org.uk/wiki/index.php/Markup_encoding too, andyou could take a closer look at some examples (like FormInput).EelcoOn 7/15/06, ketan gote 
[EMAIL PROTECTED] wrote: hello friends sorry for mailing u directly. but i am having problem. i have taken wicket autocomplete text field , for which i have to set unicode .
 ie the related data which is coming have to be shown in My Langauage(ie asian marathi/hindi) pls send me mail direcly if possible. wating for reply -- Regards
 Ketan D.Gote -- Regards Ketan D.Gote - Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo 
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642 ___ Wicket-user mailing list 
Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user-
Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing listWicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user