Posted By:
Francesco_Stupazzoni
Posted On:
Monday, April 14, 2008 03:47 AM
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:
Inside a panel grid I have a
City of X
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