1 Reply Latest reply on Jun 21, 2002 4:30 AM by crypto

    forwarding stuff on JBoss3.0RC2

    stijnsymons

      Hi all,

      i'm trying to put some data in the session (String with email,...) so i can use it another JSP page but a

      response.sendRedirect(somewhere.jsp);

      starts up another session, and i'm lost. I've found something on the internet about trying

      application.getRequestDispatcher("/personal.jsp").forward(request,response);

      this should work without starting a new session, but i get a weird error:

      ERROR [Engine] StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception org.apache.jasper.compiler.ParseException: End of content reached while more parsing required: tag nesting error?

      Is there any way to get this fixed or another method to do this? I'm using JBoss 3.0 RC2 with tomcat.

      Thanks in advance,

      Stijn Symons