In my jsp i have the directive " <%@ page contentType= "text/html; charset=Shift_JIS"
%>"
In this case if i input any japanese character when redisplaying the form these
character displays perfectly.
But the japanese characters from resource_ja.properties doesnot display correctly.
At the same time instead of putting above said directine , if i put html tag "<META
http-equiv="Content-Type" content="text/html; charset=Shift_JIS">"
the characters from resource_ja.properties display perfectly but when redisplaying
the form after submitting , japanese characters entered in the form does not display
correctly.
But i want both to display perfectly.
Can anyone suggest me the proceedure by which i can handle this situation perfectly.
thanx with regds
santhosh hegde A