RE: Generated HTML FORM tag is missing "do" and Action Nme

2006-06-27 Thread George.Dinwiddie
Wendy Smoak said: > > On 6/27/06, Steven Mitchell <[EMAIL PROTECTED]> wrote: > > > You can make the Action Servlet servlet-mapping anything you want. > > Rather than use /MyAction.do, I have used /do/MyAction for > years. In > > fact, I usually have two servlet-mapping patterns for the Action

Re: Generated HTML FORM tag is missing "do" and Action Nme

2006-06-27 Thread Wendy Smoak
On 6/27/06, Steven Mitchell <[EMAIL PROTECTED]> wrote: You can make the Action Servlet servlet-mapping anything you want. Rather than use /MyAction.do, I have used /do/MyAction for years. In fact, I usually have two servlet-mapping patterns for the Action servlet: "/do/*" and "logout". Ther

Re: Generated HTML FORM tag is missing "do" and Action Nme

2006-06-27 Thread Steven Mitchell
You can make the Action Servlet servlet-mapping anything you want. Rather than use /MyAction.do, I have used /do/MyAction for years. In fact, I usually have two servlet-mapping patterns for the Action servlet: "/do/*" and "logout". Notice the logout has no "do" at all. That allows me to put a

Re: Generated HTML FORM tag is missing "do" and Action Nme

2006-06-27 Thread Antonio Petrelli
Steven Mitchell ha scritto: action /do/* What? Isn't *.do ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Generated HTML FORM tag is missing "do" and Action Nme

2006-06-26 Thread Steven Mitchell
I've used Struts for years and thought I had seen every way to break it, but this one has me stumped. I'm starting a new Struts 1.2.9/Tiles project at home for http://www.byteworksinc.com. I'm working on the first submittable pages, which display fine, but clicking Submit sends you to the home