K J wrote:
> So what you guys are saying is that it won't work
> without the action class? instead of *.do, can I just
> put *.* or *.jsp ?

        Exactly. If you're mapping something to the ActionServlet, you are saying 
that you have an Action to be executed. You can't bypass the action if 
you are using the default ActionServlet.

        Maybe it is possible to extend the ActionServlet and make it so that you 
don't need to call the Action, but that is not Struts' default 
behaviour, and that is why you need that façade action for what you want 
to do.


-- 
[]'s
Marcelo Vanzin
Touch Tecnologia
[EMAIL PROTECTED]
"Life is too short to drink cheap beer"


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

Reply via email to