"Andrew Kirkland" <[EMAIL PROTECTED]> wrote:

> I have this in my jsp : <html:form action="lesson1/logon.do" focus="user">
>
> and then web.xml redirects it and it should then be processed by my java
> file etc.
>
> However I am simply redirected in my browser to logon.do which doesnt
exist!
>
> Andy

OK, so there actually is NO file logon.do (which is correct). I suppose the
problem might be that in <html:form> the attribute action should contain
only the name of the action and not the name of the mapping. So try
action="lesson1/logon" instead on "lesson1/logon.do"

--
gR


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

Reply via email to