• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

retrieve value from property file from a variable

 
Ranch Hand
Posts: 37
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,

I'm trying to get a resource string using the <bean:message> tag.
All examples online show:
and it works fine even for me.

My problem is I need the key to be a concatenated value from two beans.

for one bean alone is fine, I can use:

but for two beans that's not working for me.

I've tried :

and although i can see the real value i want in the source code it does not get evaluated, so i'm guessing that c:set gets evaluated AFTER the <bean:message>... what can i use to get this working?

I also tried:

No luck either.

Thanks,
reply
    Bookmark Topic Watch Topic
  • New Topic