1. JSF with EL notation throwing ReferenceSyntaxException PLEASE HELP coderanch.comHi Everyone, I have some very simple code like the following (JSF): <%@ page contentType="text/html;charset=windows-1252"%> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%> <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> |