[EMAIL PROTECTED] wrote:
> I create a "login.do" action that ends up bringing up the login.jsp. The
> action called from the login.jsp page will then forward to ... let's say
> main.jsp. Do I need to "wrap" that jsp in a "main.do" action?
>   

That what I was saying when I mentioned that in general you'll never see
a "naked" JSP in a Struts app.

If the logic is in a filter it doesn't matter--filters can process of an
entire application's URL-space.

Dave



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

Reply via email to