Hi,
   I hope every one is fine. Iam forwarding a 'login.do' to another  path
like this

<action path="/public/login" type="blah blah" >
    <forward name="success" path="/public/defaultPage.do">
</forward> 

<action path="/public/defaultPage"
type="org.apache.struts.actions.ForwardAction"
                parameter="/jsp/framework/layout.jsp">
</action>


PROBLEM:   when i see the jsp file the url in address bar contain login.do
at the end, but i want defaultPage.do instead of login.do...  The lesson i
get from this is that struts does not consider the chain of .do in url, it
only shows first .do iin url. Please help me to modify this property of
struts.

thanks

-- 
View this message in context: 
http://www.nabble.com/Issue-with-forwarding-to-another-.do-tf3307243.html#a9199220
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to