RE: XSP Problem - UnsupportedEncodingException

2001-07-12 Thread JEULIN Olivier
Hello, this a bit OT... And the message from the compiler is quite explicit In java, you must declare all exception in the prototype of the function; in this case, you should enclose your code in a try/catch bloc > -Message d'origine- > Hello, > > i have following Problem with xsp:logic

RE: XSP Problem - UnsupportedEncodingException

2001-07-12 Thread Torsten Curdt
Your POST data should come as the correct encoding! Have a look at the tags in your HTML. It should say ISO-8859-1! Then you don't have to do any conversions... (BTW: Have a look into the Java2 API docu. I think getBytes() throws a UnsupportedEncodingException) Hope that helps -- Torsten