Could you elaborate your requirement?
URL will be changed when you use

<action name=" loginv "
class="com.test.actions.LoginAction ">
<!-- Home -->
        <result name="app_home_action" type="redirectAction">
                showHome
        </result>
</action>
<action name=" showHome " class="com.utc.pw.spanas.actions.CHome">
</action>
-----Original Message-----
From: Brian Thompson [mailto:elephant...@gmail.com] 
Sent: Wednesday, January 20, 2010 9:13 PM
To: Struts Users Mailing List
Subject: Re: Hiding URL in struts1.2

I would look into using URLRewrite [1].  It would be easy to go from showing
this in the browser:

http://localhost:8180/webproject/showHome

to the application processing this:

http://localhost:8180/webproject/loginv.do?dispmethd=showHome




[1] - http://tuckey.org/urlrewrite/

On Wed, Jan 20, 2010 at 5:23 AM, chen thomas <thomasche...@gmail.com> wrote:

> Maybe you could use post method of Form to do this
>


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

Reply via email to