Re: Struts Encode question

2006-10-05 Thread Laurie Harper
red phoenix wrote: I want to get a value from a JSP in Action,like follows: /*jsp*/ <%@ page contentType="text/html;charset=gb2312" %> . And I input a Chinese Word in ex area,then I get the ex value from a Action,like follows: /*Action*/ public ActionForward execute(ActionMapping mapping,Ac

Struts Encode question

2006-10-05 Thread red phoenix
I want to get a value from a JSP in Action,like follows: /*jsp*/ <%@ page contentType="text/html;charset=gb2312" %> And I input a Chinese Word in ex area,then I get the ex value from a Action,like follows: /*Action*/ public ActionForward execute(ActionMapping mapping,ActionForm form,HttpSer