RE: Cannot retrieve mapping for action /j_security_check

2001-08-24 Thread Jay Patel
You will need to add the Action mapping in your struts-config.xml file. You will also need the form-bean mapping that your form will use to pass the form data to the action class. Here is an example. form-beans !-- Loin form bean -- form-bean name=loginForm

RE: Cannot retrieve mapping for action /j_security_check

2001-08-24 Thread Hicks, James
[mailto:[EMAIL PROTECTED]] Sent: Friday, August 24, 2001 2:50 PM To: 'Jay Patel '; ''[EMAIL PROTECTED]' ' Subject: RE: Cannot retrieve mapping for action /j_security_check Thanks for the quick reply but this seems like too much work just to get some consistency across my .jsp forms. I would think

RE: Cannot retrieve mapping for action /j_security_check

2001-08-24 Thread Shriver, Ryan
, not Struts, to do my authentication/authorization. Thanks for the help though. -ryan -Original Message- From: Jay Patel To: '[EMAIL PROTECTED]' Sent: 8/24/2001 3:41 PM Subject: RE: Cannot retrieve mapping for action /j_security_check You will need to add the Action mapping in your struts