-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > That is kinda what I would like to do. I want to have 3 images on the > page and when you click on one of them the language changes to the > language coresponding to the image (in other words 3 flag images). > > How could I do that in an easy way on a page? Do I have to make a class > or can I do it in jsp?
in my jsp is: <a href="./switchLanguage.do?lang=DE">y<img src="german.gif"></a> in my struts-config.xml switchLanguage is mapped to the Action i postet before. The lang-Param will be read there and the Locale is set. CHris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEoRL1kv8rKBUE/T4RAqyUAJ94ro/402btrPmB+CF3eO1Slbl9QACfYTUm 6k/pIfXtGKRLgQn52r4zh1s= =UC6d -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]