PDA

View Full Version : VariableResolver in spring 2.0 for jstl


techluver
Jul 18th, 2007, 01:38 PM
Hi,

for JSTL tags, I use following bean initialization in jsf page.
"javax.faces.context.FacesContext.getCurrentInstanc e().getApplication().getVariableResolver().resolve Variable(javax.faces.context.FacesContext.getCurre ntInstance(), "CustomerBean");"

Please let me know whether if there is any spring api to do the same in spring 2.0
Thanks!