In MyBlogJSFJPAExample, PostConverter class:
PostController controller = (PostController) facesContext
.getApplication().getELResolver().getValue(
facesContext.getELContext(), null, "postController");
It says javax.el.ELResolver cannot be resolved. Any suggestions?
Thanks. |