| Author |
problem in getting value from property file of a variable
|
pax smith
Ranch Hand
Joined: Dec 13, 2005
Posts: 45
|
|
I want to display the title of a window. Its title get changes for different screen e.g. for a window it can be "Search" and for other it can be "Display result". I have put the title in a variable and display it. <ice utputTextvalue="#{searchBean.title}" /> where title may contain=label.search or label.dispaly_result I want that system should display "Search"/"Display Result" in the output. But it is displaying "label.search"
|
 |
 |
|
|
subject: problem in getting value from property file of a variable
|
|
|