Re: NoSuchMethodException: does not contain handler

2011-12-13 Thread Li Ying
Please show us: (1)the http request made by client side (2)the server side code - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org

Re: Options on UTF-8 Localizations

2011-11-27 Thread Li Ying
Sorry, the format of my email is somehow broken. The correct URL is: http://propedit.sourceforge.jp/index_en.html 2011/11/28 Li Ying : > If you are using Eclipse, there is a Plug-in named "Properties > Editor":http://propedit.sourceforge.jp/index_en.htmlI think it is made >

Re: Options on UTF-8 Localizations

2011-11-27 Thread Li Ying
If you are using Eclipse, there is a Plug-in named "Properties Editor":http://propedit.sourceforge.jp/index_en.htmlI think it is made by a Japanese guy. With it's help, you can edit your property file in any language,and the real file content will be converted into ascii mode automatically. 2011/1

Re: S2 Apps to HTML

2011-10-10 Thread Li Ying
Maybe I misunderstood you. But I think all your Struts2 will generate HTML. For every HTTP request, one action will be execute, and the result will be rendered into HTML, and sent back as a HTTP response. If you want to save it to file instead of show in browser. You can write your own HTTP Clie

Re: Framework : Liferay-Struts 2 on WebLogic : java.io.NotSerializableException: org.apache.struts2.portlet.PortletRequestMap

2010-11-17 Thread Li Ying
I think you can fix this problem by making your class serializable. And it is not strange if this happens in WebLogic but not in Tomcat. According to the Exception Stack, I guess the cause of this Exception is: (1)You putted some object into the session. (2)You are trying to retrieve it from the