1 Reply Latest reply on Aug 21, 2008 8:09 AM by gcollin

    Issues in JSF

    kieth_jane

      Hi,
      i am using jsf in my appilication.when i deployed this applicatoion on glassfish it is working fine.i deployed in jboss 4.3,it is deploying well but when i am accessing some page it is throwing an error.

      10:41:38,200 ERROR [ContainerBase] Servlet.service() for servlet index threw exc
      eption
      org.apache.jasper.JasperException: /./templates/header.jsp(163,39) According to
      TLD or attribute directive in tag file, attribute title does not accept any expr
      essions
      at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorH
      andler.java:40)
      at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.j
      ava:407)
      at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.j
      ava:148)
      at org.apache.jasper.compiler.Validator$ValidateVisitor.checkXmlAttribut
      es(Validator.java:1124)
      at org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.
      java:819)

      There are already jsf libraries in server\lib.i am not able to figure out what is the problem.

      Thanks