Tobago example works with MyFaces 1.1.4 but not 1.1.5
-----------------------------------------------------

                 Key: MYFACES-1538
                 URL: https://issues.apache.org/jira/browse/MYFACES-1538
             Project: MyFaces Core
          Issue Type: Bug
         Environment: Windows XP, Tomcat 5.5.20
            Reporter: Ben Smith
             Fix For: 1.1.5


Tobago has an example servlet, tobago-example-blank-1.0.9.war.  When run with 
the 1.1.4 jars it works.  When run with the 1.1.5 jars I get this exception:

javax.servlet.ServletException: javax.servlet.jsp.JspException: Illegal to 
flush within a custom tag
        javax.faces.webapp.FacesServlet.service(FacesServlet.java:154)
        
org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:688)
        
org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:658)
        org.apache.jsp.index_jsp._jspService(index_jsp.java:44)
        org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334)
        org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
        org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

When I tried changing the tags in the jsp file I still got the same exception, 
just from different places in the code.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to