cannot pass String parameters if they are not encoded with ISO8859-1

2007-05-23 Thread Heping Zhang
hi, all, I write a button and its listener is a onOk method like this: public IPage onOk() { //... resultPage.setProfession(prof); resultPage.setAddress(add); System.err.println(resultPage.getProfession()+resultPage.getAddress() +resultPage.getProfession()+resultPage.getAddress()); return

Re: cannot pass String parameters if they are not encoded with ISO8859-1

2007-05-23 Thread Andreas Andreou
http://confluence.atlassian.com/display/DOC/Configuring+Tomcat's+URI+encoding On 5/23/07, Heping Zhang [EMAIL PROTECTED] wrote: hi, all, I write a button and its listener is a onOk method like this: public IPage onOk() { //... resultPage.setProfession(prof); resultPage.setAddress(add);

Re: cannot pass String parameters if they are not encoded with ISO8859-1

2007-05-23 Thread Heping Zhang
oh, you always know the solution! Thank you!