0 Replies Latest reply on Mar 27, 2007 6:02 AM by editha

    jsp not found when UseJBossWebLoader = true

    editha

      My application works when UseJbosswebloader=false in jboss-service.xml. Due to some requirements I need to set usejbosswebloader=true. But when I do that, I get a nullpointerexception when I insert a html link page e.g.
      <html:link page="/jsps/login.jsp"> into my jsp. Does anyone know why that is?