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?
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?
i guess, someone else also asked this question in the past #{...} is not allowed in template text See if it helps..