Dont use struts <html:something> tags inside your form. <bean:message> and
such are ok. Otherwise, it thinks you want to use an ActionForm.
Mike

----- Original Message -----
From: "Darren Hill" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Monday, November 18, 2002 2:21 PM
Subject: j_security_check


> Wow.
>
> I had this working awesome ... now I get a
>
> HTTP ERROR: 404 Not Found
> RequestURI=/CMWeb/WEB-INF/pages/j_security_check
>
> from the following jsp
>
> <form method="POST" action="j_security_check" >
> <tr><td colspan="2"></td></tr>
> <tr><td><bean:message key="login.page.form.email.label"/></td><td><input
> type="text" name="j_username"></td></tr>
> <tr><td><bean:message
key="login.page.form.password.label"/></td><td><input
> type="password" name="j_password"></td></tr>
> <tr><td colspan="2"><html:submit><bean:message
> key="login.page.form.submit.label"/></html:submit></td></tr>
> </form>
>
> Its obvious that struts is trying to locate the action 'j_security_check'
in
> the struts-config.xml file ...
> Is there a way I can get Struts to ignore this ( not look it up ) so that
> the container can capture this request?
>
> Darren.
>
> P.S.  I DID search the archives with no lucl.
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to