Foren

Problem forward .do

cedev cedev, geändert vor 19 Jahren.

Problem forward .do

New Member Beitrag: 1 Beitrittsdatum: 14.01.05 Neueste Beiträge
<br /> Hi, <br /><br /> I&#39;m a newbies with Liferay, and i&#39;ve trouble for forwarding to another action. So , i try to do this : <br /><br /> &lt;action path=&quot;/preLogin&quot; type=&quot;xxxxxx&quot; name=&quot;loginForm&quot;&gt;<br /> &lt;forward name=&quot;login&quot; path=&quot;portlet.test_struts.Login&quot;/&gt;<br /> &lt;/action&gt;<br /> <br /> &lt;action path=&quot;postLogin&quot; type=&quot;xxxxx&quot; name=&quot;loginForm&quot;&gt;<br /> &lt;forward name=&quot;loginOK&quot; path=&quot;<span style='color:red'>preTest.do</span>&quot;/&gt;<br /> &lt;/action&gt;<br /> <br /> &lt;action path=&quot;<span style='color:red'>preTest</span>&quot; type=&quot;xxxxxx&quot; name=&quot;Testform&quot;&gt;<br /> &lt;forward name=&quot;goToJsp&quot; path=&quot;portlet.test_struts.test&quot;/&gt;&lt;/action&gt;<br /><br /> But i have an error like : <br /><br /> <span style='color:blue'>Invalid path /htmlpreTest was requested</span><br /><br /> Thanks, <br /> CF<br />