1. How can I retrieve the following as text from a JSP (for use as a JavaScript parameter):
There have been posts about the RequestContextAttribute but no concrete JSP example.Code:errors.rejectValue("person.name", "errors.required", new Object[]{"Name"}, "Value required.");
2. How can I change a user's locale via program code in Spring ?
In WebWork, you have to override a certain method to set the locale you want to use.


Reply With Quote