Hi Craig,

> It depends on how you set up your <servlet-mapping>.
>
> The usual practice for Struts is to use a URL pattern like "*.do", which
> means that any URL ending with ".do" will be sent to the controller
> servlet.  Other URLs (like one ending in "foo.jsp") will bypass the
> controller, and go to whatever servlet is mapped for that URL instead.
>
> > thanks, Rainer
> >
>
> Craig

I am using a directory mapping rather than a extension mapping:
/app/ is mapping to my ActionServlet.
But that was not what I wantet to know.
Im wondering whether the Action servlet configured in the <action/> is
always proccessed when the servlet ist called??

Rainer



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

Reply via email to