0 Replies Latest reply on Nov 3, 2005 9:13 AM by radekg2

    Security and Servlet

    radekg2

      Hello,
      I am not sure to what section post this question so I try here.
      I have application which uses FORM authentication method.
      My every page is composed using Tiles mechanism. Tiles is including three jsp files (header, body and footer) and one servlet which generates menu part of the page.

      Everything is going smoothly except for "j_security_check" magic servlet where menu part is not included (without any error). Menu Servlet's 'doGet' method is not even invoked.

      This seems not to be tiles problem 'cause I have tried to include Menu servlet using jsp:include tag. Without any success.

      Does anyout has any ideas?

      Cheers,
      Radoslaw Grzanka