Manish Dalakoti wrote:
> Thanx Jon for the speedy reply. I tried doing what you suggested, but
> still the problem remains the same.
> I wonder, why do I nedd to supply things like ... accept-charset="UTF-8"
> etc. in my login JSP page when all my other JSP pages works well
> without any
> such
If I were you, I'd use Tomcat 5.5. No, I don't know if your i18n
problem is related to version, but using the latest version could avoid
other not so obvious problems.
As mentioned by other, your encType is wrongly used. It's for
MIME-TYPE. And you don't need to specify acceptCharset
Thanx Jon for the speedy reply. I tried doing what you suggested, but
still the problem remains the same.
I wonder, why do I nedd to supply things like ... accept-charset="UTF-8"
etc. in my login JSP page when all my other JSP pages works well
without any
such entry.
Details related to my
Your html isn't correct:
http://www.w3.org/TR/html4/interact/forms.html#h-17.3
I would remove the enctype attribute, correct the accept-charset name
and see if you get any further.
HTH,
Jon
Manish Dalakoti wrote:
Hi,
I'm using form-based authentication.
Although i'm able to create multilin