Yuan Jun wrote:
> 
> i download jakarta-struts-1.0-b1 today and found next in registration.jsp
> 
> <html:form action="/saveRegistration">
> <html:hidden property="action"/>
> <table border="0" width="100%">
> 
> should it be:
> <html:form action="/saveRegistration.do">

Either would be correct.

The '.do' has been optional since the last week
in January, maybe before.

> or i've missed something?
> 
> John.

-Rob

Reply via email to