|
Question : Running a JSF application I get the following error..
|
|
org.apache.jasper.JasperException: /transactionEntry.jsp(541,28) #{..} is not allowed in template text
I am using Tomcat server 6.0.13 to run a JSF application in My JRE is 1.5.0.11. I have jsf-api, jsf-impl and jstl-1.2 jars in my WEB_INF/lib. Any ideas?
|
Answer : Running a JSF application I get the following error..
|
|
I found the problem. 'text' was not recognzed. Actually, the 'af' tag was not valid either. See below:
action="#{TransactionBean.addTransactionItemRow}" immediate="false" />
|
|
|