Originally posted by Jeanne Boyarsky:
And on to your original question. The following is the part of your web.xml that maps actions to the struts servlet. The *.do is arbitrary. You can change it to anything you want. I've never used *.do there as I don't want my URLs to be implementation specific.
it seems that the <html:form> tag will add ".do" to the action by default,
how can i change the default?