On 4/3/06, nahruka <[EMAIL PROTECTED]> wrote: > Yes I'm using HTTPService, I will print the request parameteres > received by my JSP and tell you again.
Make sure you're using UTF-8 in the JSP while getting the request parameters. If you don't specify an encoding explicitly, the default setting is used from the app server config followed by the JVM settings. > By the way, is there any encoding limitation when populating > <mx:Model> and <mx:Object> tags with an XML document? (I'm using Flex 1.5) AFAIK, just UTF-8 (your XML document should also be UTF-8). <?xml version="1.0" encoding="utf-8" ?> If you're using a text editor, make sure it's set to use UTF-8 also for your MXML source files. And so on. Manish -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

