Configuration reloading problem

2009-04-02 Thread vishalj
How to i get access to ConfigurationManager in action class -- View this message in context: http://www.nabble.com/Configuration-reloading-problem-tp22861783p22861783.html Sent from the Struts - User mailing list archive at Nabble.com. -

Mapping of form object to a java bean

2009-08-27 Thread vishalj
Is it possible to map all the form fields from struts form to some java bean without writing getter and setters in the action class for each field -- View this message in context: http://www.nabble.com/Mapping-of-form-object-to-a-java-bean-tp25184286p25184286.html Sent from the Struts - User ma

How to pass NON-ASCII characters from one JSP to another JSP via ur

2009-08-31 Thread vishalj
Hi all, I use the following in my JSP code. <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> and the URL looks something like this, Here gamecurrency code contains the value £ . But when its sent from browser via its £ again but when i

How to pass NON-ASCII characters from one JSP to another JSP via ur

2009-08-31 Thread vishalj
Hi all, I use the following in my JSP code. <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> and the URL looks something like this, Here gamecurrency code contains the value £ . But when its sent from browser via its £ again but when its disp