Hi Jonathan,

Sorry I jumped to conclusions :).

I believe the action looker-upper ignores .do part in your action in the 
form tag but the correct syntax would be :

<html:form action="/edit">
</html:form>

Since your action config specifies "/edit" your form tag should also 
specify "/edit".

I think that is what is confusing the lookup.  It's looking for a 
mapping of "/edit.do" (that doesn't exist) where the action servlet 
disregards .do part and properly dispatches.

hth

danny


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

Reply via email to