Hello everyone, no luck on the
Struts Bean tags API and no luck googleing either...
I have a MessageResources file with my internationalised text, I would like to look up a particular key for displaying into a <html:link> tag
I know I can do this separately using
So basically, how can I get 2. and use it in 1. as the title?
Can I set up a local variable to store the value of the key I'm searching for and then use it?
I would rather not set it up on the session object if I can...
Thanx!
[ August 30, 2005: Message edited by: Fabricio Sanchez ]