> I tried... > > <a href="/WEB-INF/view/jsp/default/uiforgotpassView.jsp">Forgot Password > ?</a> > for the link
Put the JSP somewhere other than under WEB-INF. According to the Java servlet spec, the Web server cannot serve up any content under WEB-INF, so such a link would never work. Also, it would be very helpful for folks searching the list archives if you started a new thread for your question instead of adding to an existing thread on another topic. Thanks, M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
