Hi!
I assume the characters are sent with a request from a form.
Some engines use a fast, but not completely reliable algorithm to decode URLEncoded
strings (form values are URLEncoded). They simply fail when national characters are
used. Even the euro symbol (�) does not work.
To solve this problem, try a different servlet engine (BTW: which one are you
using?).
jo! (http://www.tagtraum.com/) should do it right.
Cheers,
-hendrik
- - - - - - - - - - - - - - - - - - - - - - - - - - -
tagtraum industries http://www.tagtraum.com/
jo! small&smart 2.2 servletengine
Java Server & Servlets The web-application book
The WebApp Framework http://www.webapp.de/
Maciej Tylczy�ski wrote:
> Hi All
>
> I have problem with sending string to my javabeans.
> On my page user can enter some special characters from my national
> alphabet.
> Unfortunately when I send string to javabean using jsp:setProperty instead
> of this characters I always get '?'.
> Why is that so ? Should I use some conversion before jsp:setProperty ?
>
> Regards
> Maciek
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets