| Author |
How the get the instance of PageContext/JSPContext from the FacesContext?
|
suresh dasari
Ranch Hand
Joined: Oct 05, 2009
Posts: 120
|
|
Hi Ranchers,
I am trying to get the instance of either PageContext or JSPContext from FacesContext to evaluate the ELExpression. is there any way to get the former instance variable from FacesContext?
I have an EL expression like #{resouce.lastName} (resouce is not a backingbean instance, it is resourceBundle name), so I want to get the associated value of lastName which is in property file.
Thaks in advance.
|
Sun Certified Java Programmer with 93 percent
|
 |
 |
|
|
subject: How the get the instance of PageContext/JSPContext from the FacesContext?
|
|
|