Unfortunately it wouldn't help - in source: <form wicket:id="addEvent" accept-charset="UTF-8" id="addEvent9" method="post" action="../wicket/page?2-2.IFormSubmitListener-addEvent" enctype="multipart/form-data"> but still characters are messed up.
-- Best regards, Adrian On Fri, Nov 26, 2010 at 10:57 AM, Martin Grigorov <[email protected]> wrote: > try with <form accept-charset="UTF-8"> > > http://www.w3schools.com/tags/att_form_accept_charset.asp > > On Fri, Nov 26, 2010 at 10:40 AM, Java Programmer > <[email protected]>wrote: > >> Hello again, >> I have checked one more thing - I have removed from code and html >> MultiFileUploadField, so the POST request wasn't multipart, and >> everything was fine this time (UTF-8 data send from form). >> Any ideas, what's wrong? A bug in multipart forms processing? >> >> -- >> Thanks in advance, >> Adrian >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
