You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by MichaƂ S <st...@2p.pl> on 2003/05/23 14:44:51 UTC

[newbie] moving from one page to another

Hi,
I have 2 pages (made up with definitions stored in xml file). 1st page 
contains a link which should open the second page. I defined the <action 
   path="/test" forward="2ndpage.jsp" ... > in struts-config.xml.

When i click the link on the first page ("/test") i get the "404" ...
What i'm doing wrong ?

Thanks in advance,
Michal


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: [newbie] moving from one page to another

Posted by Micha? S <st...@2p.pl>.
Micha? S wrote:

I defined the <action
>   path="/test" forward="2ndpage.jsp" ... > in struts-config.xml.

Sorry for the mess : i meant <action path="/test" forward="master.page2"  />

Michal.


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: [newbie] moving from one page to another

Posted by Micha? S <st...@2p.pl>.
Micha? S wrote:
> Hi,
> I have 2 pages (made up with definitions stored in xml file). 1st page 
> contains a link which should open the second page. I defined the <action 
>   path="/test" forward="master.page2" ... > in struts-config.xml.
> 
> When i click the link on the first page ("/test") i get the "404" ...
> What i'm doing wrong ?


Come on.... nobody knows the answer ?

Micha?


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org