0 Replies Latest reply on Feb 28, 2005 7:50 PM by hou0220

    Include jsp into uix

    hou0220

      HI...

      i have a project which was developed by using JDeveloper10g and deployed to JBoss 3.2.7..

      However, for the page that included a jsp file (e.g. ) i will hit following exception.

      JBOSS Server Log:
      17:06:32,703 ERROR [Engine] ApplicationDispatcher[/Fisicien-ViewController-context-root] S
      ervlet.service() for servlet uix threw exception
      java.lang.IllegalStateException: getOutputStream() has already been called for this respon
      se
      at org.apache.coyote.tomcat5.CoyoteResponse.getWriter(CoyoteResponse.java:599)
      at org.apache.coyote.tomcat5.CoyoteResponseFacade.getWriter(CoyoteResponseFacade.j
      ava:163)
      at javax.servlet.ServletResponseWrapper.getWriter(ServletResponseWrapper.java:111)

      .....etc

      if i remove that tag, such exception is gone... so.. my question is..

      Is it the only way to include jsp file into uix is using the tag?

      If No.. can you please tell me the alternative way to do it?

      your help is highly appreciated...