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
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
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
Steven Mitchell ha scritto:
action
/do/*
What? Isn't *.do ?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
4 matches
Mail list logo