RE: urlencoding

2005-06-13 Thread Deb, Sujan
Hi there, Try to use the following before you write anything to response: response.setContentType("text/html; charset=UTF-8"); Make sure you use this before any call - response.getWriter(); Cheers Sujan -Original Message- From: Franck [mailto:[EMAIL PROTECTED] Sent: Monday, June 13, 20

RE: LookupDispatchAction : Cancel Button : html:cancel

2005-01-25 Thread Deb, Sujan
Hi Toll, Your observation is correct. If you use LookupDispatchAction for creating your own action class, and if you specify validate="true" in your struts-config.xml then Struts will always validate the input regardless which method in your action class is invoked. One of the solution is to set