oh, you always know the solution! Thank you!
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);
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());
retur