1 Reply Latest reply on Nov 3, 2003 8:14 AM by julien1

    Include JSP in module

    wolfie

      I would like to deploy a JSP page that should not be embedded in the Nukes portal layout (thus I can't use the script module). Is there a way to include a JSP page with a custom module or do I have to put it in the main Nukes WAR?

      /Ulf

        • 1. Re: Include JSP in module

          JSP can be called but must me intercepted for letting nukes doing the JTML around it. There is a JSP module in the nukes-website module of the CVS. But I think I am going to do it another way by the fact that a JSP would subclass a Nukes JSP base class.

          julien