wonderful it worked fine now...
through IE 6.0 where i kept default locale it showed output like
only american spanish people can view this filetert
where as in google chrome when i change the locale to some different language it showed output like
we love people who speak :US
as in attachments.
I am confused about the flow and output , filter function on how it is integrated with this servlet example in this particular scenario based on locale. Please advise
Main Topics
Browse All Topics





by: objectsPosted on 2009-08-26 at 15:46:04ID: 25193028
> if (language!= "spansih"){
){
need to use the equals() method (and spanish is spelt incorrectly)
might also be woth ignoring case
if ("spanish". equalsIgnoreCase(language)