you can use <action path="/Test" />

when you write this , it's suppose that tou have an action mapping called
"test" in your struts-config file ( redirection to your test action class)
you can directley call the right forward in your test class with the
mapping.findForward(testforward);
the test forward is a forward that you declare in the struts config (it's a
redirection to your jsp)
you can declare it like this:
/jsp/mod1/test.jsp








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

Reply via email to