Wednesday, August 18, 2010

a warm welcome

I had a warm welcome from Tomcat while I was trying to learn JSF. It's a JasperException and its message is "#{...} is not allowed in template text". I was quite confident with my code so I was surprised. Later I saw that I missed two lines from the header of my JSP page.


<%@ taglib prefix="f" uri="http://java.sun.com/jsf/core"%>
<%@ taglib prefix="h" uri="http://java.sun.com/jsf/html"%>

No comments:

Post a Comment