So I suppose u r using org.springframework.web.jsf.DelegatingVariableReso lver ?
If yes, then the stacktrace should be longer.
If no, then start to use it by defining it in faces-config.xml :
CheersCode:<application> <variable-resolver> org.springframework.web.jsf.DelegatingVariableResolver </variable-resolver> </application>


.
Reply With Quote