Re: How to prevent path shows up at the Address box in the browser, IE and others

2005-09-15 Thread Kam Lung Leung
Hi Kishore, Thank you for the hint. That is great. I was worry that I need must more work to get it done that way. Can you give a example on the processing on the list of items that you mentioned in this email. Sorry I am newbie on this subject. Thank again. Regards, Kam Lung Leung Stru

Re: How to prevent path shows up at the Address box in the browser, IE and others

2005-09-14 Thread Kishore Senji
Define action aliases to your jsps and use those actions for eg: and use that in your tiles menu You can do some processing on the list of items that are read by the tiles to include the as part of the "link" attributes On 9/13/05, Kam Lung Leung <[EMAIL PROTECTED]> wrote: > > > Hi, >

Re: How to prevent path shows up at the Address box in the browser, IE and others

2005-09-14 Thread Kam Lung Leung
Hi Praveen, Thank you for helping. Can you explain what must I do in the web.xml file. I do have the /*.do in the web.xml and I saw the full path shows up at the address bar. Regards, Kam Lung Leung Struts Users Mailing List wrote: > > HI > > In struts if we use ( in web.xml) /*.do we

Re: How to prevent path shows up at the Address box in the browser, IE and others

2005-09-14 Thread Kam Lung Leung
Hi Laurie, Thank you for helping the question. It seem to be alot of works to prevent the path shows up at the address bar. I though by seting up the Tile definition like below should be good. When a user press the Administration link, Tile forward the reference to the Global forward named User

Re: How to prevent path shows up at the Address box in the browser, IE and others

2005-09-13 Thread Praveen Kumar
HI In struts if we use ( in web.xml) /*.do we will never get the full path or file name of the JSP's or Action's Check it Once Regards Kumar Kam Lung Leung <[EMAIL PROTECTED]> wrote: Hi, I am working on a project that uses Tiles and Structs. I have the following Tiles definition;

Re: How to prevent path shows up at the Address box in the browser, IE and others

2005-09-13 Thread Laurie Harper
I'm not sure what you're trying to achieve here. At what point do you want the URL to remain hidden? What you have below just controls what gets rendered on the HTML page. The address bar will contain the URL used to get that page, not the URL to UsersAdministrationPage.jsp, or any other link o