Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JavaServer Faces » Strings from a bundle
Strings from a bundle [message #617714] Mon, 14 April 2008 09:22
Eclipse UserFriend
Originally posted by: sandman42.libero.it

Hi,
I have a bundle where I have defined some strings like:

login_button_label=Login
city_name= Boston

and I use it in a command button like this way:

<h:commandButton value="#{bundle.login_button_label}"
title="#{bundle.login_button_label}"></h:commandButton>

Inside a panel grid I have a

<p>City of X</p>

My question is: is there any way to substitute X with something like
"#{bundle.city_name}" so I'll see City of Boston or, in general City of
valueofcity_name???

Thanks
Previous Topic:WPE taglib metadata for Stripes Framework
Next Topic:Strings from a bundle
Goto Forum:
  


Current Time: Sat Apr 27 12:36:46 GMT 2024

Powered by FUDForum. Page generated in 0.02764 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top