0 Replies Latest reply on Nov 27, 2007 11:50 AM by newbie07

    jboss4.2.1

    newbie07

      Hi,

      Recently i downloaded jboss4.2.1 to run my struts application which uses struts1.3.8.

      Application compiled successfully and deployed to jboss. When i try hit the jsp on localhost i get

      javax.servlet.ServletException: org.apache.jasper.JasperException: /search/search.jsp(22,52) According to TLD or attribute directive in tag file, attribute test does not accept any expressions
      org.apache.struts.chain.ComposableRequestProcessor.process(ComposableRequestProcessor.java:286)
      org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
      org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449)
      javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
      javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
      org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

      root cause

      org.apache.jasper.JasperException: /search/search.jsp(22,52) According to TLD or attribute directive in tag file, attribute test does not accept any expressions
      org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
      org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
      org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:148)
      org.apache.jasper.compiler.Validator$ValidateVisitor.checkXmlAttributes(Validator.java:1172)
      org.


      Any idea whai i'm supposed to change. Any help is appreciated.

      Thanks