Hello:

In my struts.xml, I have this:

  <action name="*/*" class="{1}.{2}">
    <result name="input">/{1}/{2}.jsp</result>
    <result name="login">/top/Login.jsp</result>
    <result name="loginRedirect" type="redirect">
        <param
name="location">https://tweb.retcgroup.com/thymeleweb/top/Login.action</para
m>
    </result>
    <result name="success">/{1}/{2}.jsp</result>
  </action>

I would like to have the URL for the loginRedirect result
passed back from my Login class.

Is there a way to do that?

Thanks,
        Neil

--
Neil Aggarwal, (214)986-3533, www.JAMMConsulting.com
FREE! Eliminate junk email and reclaim your inbox.
Visit http://www.spammilter.com for details.


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

Reply via email to