C
clairekennedy
Hi
I'm trying to localize a jsp page using JSTL and resource bundles. My
jsp page is made up of one main area of text which I am using resource
bundles and jsps to swap languages and a menu which is held in an
include file. The user can click on a url on the page to swap
languages by reloading the page with a language parameter in the
request which is interpreted by the JSTL..
The main page is working correctly and displays the different languages
without any problems. However I have an include file which displays a
menu this should also swap languages when the pages swaps. By checking
the request parameter and loading the appropriate include file. This
doesn't appear to work when I click on the URL as it doesn't change.
Should the whole page not reload and hence the menu include refresh?
Is there some way of triggering this or has anyone got any suggestions
on doing this. Sorry if this is a bit of a confusing explanation of
the problem. Any help would be appreciated.
Thanks
CKE
I'm trying to localize a jsp page using JSTL and resource bundles. My
jsp page is made up of one main area of text which I am using resource
bundles and jsps to swap languages and a menu which is held in an
include file. The user can click on a url on the page to swap
languages by reloading the page with a language parameter in the
request which is interpreted by the JSTL..
The main page is working correctly and displays the different languages
without any problems. However I have an include file which displays a
menu this should also swap languages when the pages swaps. By checking
the request parameter and loading the appropriate include file. This
doesn't appear to work when I click on the URL as it doesn't change.
Should the whole page not reload and hence the menu include refresh?
Is there some way of triggering this or has anyone got any suggestions
on doing this. Sorry if this is a bit of a confusing explanation of
the problem. Any help would be appreciated.
Thanks
CKE