could anyone tell me what's the cause of this error and how i can 'resolve' it. i ma running facelets 1.0.12 on tomcat 5.5 using jsp 2.0. Do i have to write my own el resolver. is there a defauk el resolver that i can point to ?
here is the rest of the error message
ARNING: No default ExpressionFactory from Faces Implementation, attempting to load from Feature[compiler.ExpressionFactory]
Mar 8, 2006 7:57:08 AM com.sun.facelets.compiler.Compiler createExpressionFactory
WARNING: No default ExpressionFactory from Faces Implementation, attempting to load from Feature[compiler.ExpressionFactory]
none of my el expressions work, since i started receiving this error.... any help would be appreciated , thanks
|