The segment of the Struts config is:
        <action path="/login" include="/login.jsp"/>
        <action path="/loginSubmit" type="actions.LoginAction"
                name="userData" scope="session" validate="false"
input="/login">
            <forward name="success" path="/private/mainMenu.do"/>
            <forward name="failure" path="/welcome.do"/>
        </action>

        <action path="/private/mainMenu"
include="/WEB-INF/pages/mainMenu.jsp"/>

I'll give a look at Antonio's pointer too.

Thanks,

Dan

On Tue, Oct 7, 2008 at 6:27 PM, Dave Newton <[EMAIL PROTECTED]> wrote:

> --- On Tue, 10/7/08, Daniele Development-ML wrote:
> > I am changing the URL action mapping from a simple one (1)
> > "<project_home>/<action_URL>" to a more complex
> > "<project_home>/<dir_name>/<action_URL>"
> > (2) but when I am navigating the web site, I got the following
> > exception.
> >
> > It is very peculiar since it works fine when the URL is
> > simple (case 1). Indeed, beside any possible missing
> > reference (I double checked though), I cannot even access
> > the action directly.
>
> Without seeing the mapping/configuration you're using it's kinda hard to
> say what might be wrong.
>
> Dave
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to