RE: Mapping issue

2004-12-17 Thread Jim Douglas
t;Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE: Mapping issue Date: Thu, 16 Dec 2004 22:32:24 -0500 Jim, I believe getRemoteUser is a HttpServletRequest method that only returns an object if the user is lo

RE: Mapping issue

2004-12-16 Thread David G. Friedman
David -Original Message- From: Jim Douglas [mailto:[EMAIL PROTECTED] Sent: Thursday, December 16, 2004 9:44 PM To: [EMAIL PROTECTED] Subject: RE: Mapping issue David , Echo is good...as it turned out this line was returning null, String userName = ((LogonForm) form).getUse

RE: Mapping issue

2004-12-16 Thread Jim Douglas
ll from an ActionForward -Jim From: "David G. Friedman" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE: Mapping issue Date: Thu, 16 Dec 2004 19:59:33 -0500 Jim, Since

RE: Mapping issue

2004-12-16 Thread David G. Friedman
Regards, David -Original Message- From: Jim Douglas [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 15, 2004 11:26 PM To: [EMAIL PROTECTED] Subject: RE: Mapping issue David, Yes, struts-conf is in WEB-INF, Here's the application error log, apparently it's finding th

RE: Mapping issue

2004-12-16 Thread Jim Barrows
> -Original Message- > From: Jim Douglas [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 15, 2004 5:17 PM > To: [EMAIL PROTECTED] > Subject: Mapping issue > > > To all, > > This is my error message in the browser, > > javax.servlet.ServletException: Cannot retrieve mapping for a

RE: Mapping issue

2004-12-16 Thread Jim Douglas
uot;forms", result); return mapping.findForward("show_forms"); } } What is it? Jim From: "David G. Friedman" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PR

RE: Mapping issue

2004-12-16 Thread Jim Douglas
Yes, /WEB-INF/struts-config.xml" is located there From: "David G. Friedman" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE: Mapping issue Date:

RE: Mapping issue

2004-12-15 Thread Jim Douglas
= forms; request.setAttribute("forms", result); return mapping.findForward("show_forms"); } } Thanks, Jim From: "David G. Friedman" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users

RE: Mapping issue

2004-12-15 Thread David G. Friedman
Have you checked your application server's log files to see if there were any Struts startup errors? Where are you putting the "struts-conf" file? Are you putting it in the file "/WEB-INF/struts-config.xml"? Regards, David -Original Message- From: Jim Douglas [mailto:[EMAIL PROTECTED] Se