tomahawk « JSP « JSF Q&A





1. JSTL tag not working in JSF 1.1    stackoverflow.com

I am using JSF 1.1 and Tomahawk and Tomcat 6.0

<c:if test="${vo.type=1}">
    <t:commandLink action="#{Manager.openPatient}">
        <c:out value="${vo.patientId}"></c:out>
       ...

2. Exception while using jsf + Tomahawk PWC 1231 why?    stackoverflow.com

ApplicationDispatcher[/myapp] PWC1231: Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: PWC6338: Cannot convert "yearMonthHeader" for the attribute monthYearRowClass of the bean javax.el.ValueExpression: PWC6348: Property editor not registered with the PropertyEditorManagerat org.apache.jasper.runtime.JspRuntimeLibrary.getValueFromPropertyEditorManager(JspRuntimeLibrary.java:927)
   ...