| Author |
Problem with reading of var from faces-config.
|
Rafael Belin
Greenhorn
Joined: Apr 03, 2012
Posts: 4
|
|
Hi, can you help me to resolve my problem. Well, I dont know how can I acces the reference "var", which is in faces-config.For example, I have defined the following resource-bundles:
So, Bundle is in this case a class and I can acces it with two vars "label" and "message". Is it possible to get the values of these vars? To check if the class was referenced in the jsf-code by message or label?
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14460
|
|
Welcome to the JavaRanch, "some"!
I can tell you, but... http://www.javaranch.com/name.jsp
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14460
|
|
Thanks for fixing your display name, Rafael!
Unfortunately, you cannot obtain the path that way because the resource-bundle is compiled and the name is looked up and replaced with the actual bundle object itself.
In any case, the path is only the base name, since in a bundle you can have more than one resource file.
|
 |
 |
|
|
subject: Problem with reading of var from faces-config.
|
|
|