Re: URL in struts

2005-12-05 Thread Frank W. Zammetti
Not *entirely* true about bookmarking either, although admittedly it is more work... I had one frame-based site that required bookmarkability (is that a word?) on every page. To accomplish that, I had a "Bookmark This Page" link that fired a Javascript function to add the appropriate URL. I

Re: URL in struts

2005-12-05 Thread Laurie Harper
Michael Jouravlev wrote: On 12/5/05, Laurie Harper <[EMAIL PROTECTED]> wrote: Or the fourth option is to use framesets. Of course if you do this, with any of these approaches, you'll be causing your users pain in that there will be no way they can bookmark pages and the browser's Refresh option

Re: URL in struts

2005-12-05 Thread Deepa Khetan
In Fact, I have made the application in the way in which, back and refresh buttons cannot be used. If the user at any point on time clicks back or refresh, he is logged out and his session expires!! Also, since i am maintaining session and security for the site, bookmarking of pages is not allowed.

Re: URL in struts

2005-12-05 Thread Michael Jouravlev
Got mistake to fix. Instead this: > Michael Jouravlev wrote: > You can go with a more elaborate path to avoid problems with Back > button and implicit resubmits on page refresh. In this case you accept > an initial request, no matter GET or POST. Then you redirect to a > particular action processin

Re: URL in struts

2005-12-05 Thread Laurie Harper
Michael Jouravlev wrote: On 12/5/05, Deepa Khetan <[EMAIL PROTECTED]> wrote: Hi, Just a bit of a question. Can i do some thing in Struts, which will enable me to show the same URL all the time, for my aplication?? i mean i do not want to show in the URL which action mapping i am calling, as in,

Re: URL in struts

2005-12-05 Thread Michael Jouravlev
On 12/5/05, Deepa Khetan <[EMAIL PROTECTED]> wrote: > Hi, > > Just a bit of a question. Can i do some thing in Struts, which will enable > me to show the same URL all the time, for my aplication?? i mean i do not > want to show in the URL which action mapping i am calling, as in, > https:// tha