On Monday, March 3, 2003, at 06:57 PM, Konstantin Piroumian wrote:
Take a look at i18n samples, particularly the XSP page
(/samples/i18n/simple.xsp) and try to enter something like that in the input
box there, then submit and see the 'Hello Tomcat' paragraph ('Tomcat' should
be replaced by the entered string). If this works correctly then take a look
at the source code of simple.xsp - maybe that's what you are looking for.
OK, your XSP is using the @form-encoding="UTF-8" attribute in the <xsp-request:get-parameter/> tag.
I am retrieving request parameters using InputModules.
I wonder what the Request InputModules do about form encoding?
regards Jeremy