> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Simon Groenewolt > > Is there already something like this, or another (better?) way to > achieve the same behaviour? I could of course use resource > bundles, but > I'll need to use plain jsp to access those too don't I? Using > 'compare' tags is not good enough since you won't have a good > fallback > mechanism.
You can use the Java Standard Tag Library (JSTL) for that, in particular these tags: setLocale, setBundle and message. These insert strings based on resourcebundles. Rob van Maris Technical Consultant Quantiq xmedia & communication solutions Koninginneweg 11-13 1217 KP Hilversum T +31 (0)356257211 M +31 (0)651444006 E [EMAIL PROTECTED]
