} else {
efFactory = (ExpressionFactoryFactory) ClassUtil
.instantiate(
"org.apache.tiles.evaluator.el.JspExpressionFactoryFactory", true);
if (efFactory == null) {
throw new EvaluationException(
"Cannot instantiate JspExpressionFactoryFactory, "
+ "please add tiles-jsp.jar file in your classpath");
}
}
if (efFactory instanceof TilesApplicationContextAware) {