I do need a redirection but not by the response.sendRedirect() method. If the redirect is internal, you should use instead the RequestDispatcher, otherwise, depending on your app server and the way...
Type: Posts; User: jeje; Keyword(s):
I do need a redirection but not by the response.sendRedirect() method. If the redirect is internal, you should use instead the RequestDispatcher, otherwise, depending on your app server and the way...
This is effectively quite confusing to have a RedirectView but then an InternalResourceView for forwards and includes :-)
Thanks for the info.
Hi,
I do have some code using the RedirectView with the contextRelative flag set to "true". But this does not work as I could expect when testing on Tomcat 5 and WAS 4.
The only reliable way to...
After digging intensively in the JDK doco, I found the following way of using a choice format:
pattern=There {0,choice,0#are no files|1#is one file|1<are {2} files} on {1}
Quite tricky, but hey...
Hi,
I am trying to figure out what is the best way to use a ChoiceFormat from Spring.
It seems that all the i18n support is based on a MessageFormat that can't be "parameterized" (the one...
Have a look at Mule (http://muleumo.org) too.