Re: Hiding URL in struts1.2

2010-01-21 Thread Nikhil Walvekar
you use > > > > > > > > class="com.test.actions.LoginAction "> > > > > > > > > >showHome > > > > > > > > > > > > > > > -Original Message-

Re: Hiding URL in struts1.2

2010-01-21 Thread Brian Thompson
gt; > Could you elaborate your requirement? > > URL will be changed when you use > > > > > class="com.test.actions.LoginAction "> > > > > > >showHome > > > > > > > > > > -Original Message--

Re: Hiding URL in struts1.2

2010-01-20 Thread Zaheer Mohammad
gt; 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 > >

RE: Hiding URL in struts1.2

2010-01-20 Thread Raghuveer
Could you elaborate your requirement? URL will be changed when you use showHome -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

Re: Hiding URL in struts1.2

2010-01-20 Thread Brian Thompson
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, 2

Re: Hiding URL in struts1.2

2010-01-20 Thread chen thomas
Maybe you could use post method of Form to do this

Hiding URL in struts1.2

2010-01-20 Thread Zaheer Mohammad
Hi All, Hi i am working on Struts1.2 Project. Can Anyone help me in hiding parameters in Url without using Frameset In struts1.2. Example : http://localhost:8180/webproject/loginv.do?dispmethd=showHome I want to get like this http://localhost:8180/webpr