0

In few jsp pages, I am getting below exception on jboss, while it was working fine on tomcat. org.apache.jasper.JasperException: /xxx.jsp(210,9) #{..} is not allowed in template text

How to fix this?

Ashish Kataria
  • 520
  • 3
  • 11
  • 31

1 Answers1

0

i guess, someone else also asked this question in the past #{...} is not allowed in template text See if it helps..

Community
  • 1
  • 1
Waqas Memon
  • 1,247
  • 9
  • 22
  • It's given, an alternative is to use the older RichFaces 3.x version instead. Version 3.3.3 supports JSF 2.0 on JSP. It offers the tag to achieve the same. i didn't get, where and which jar to replace in jboss to get things working? – Ashish Kataria Aug 20 '13 at 08:50