RE: Last Page Regenration

2006-11-30 Thread Dave Newton
> > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] Generally this is at the bottom of all messages. Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

Re: Last Page Regenration

2006-11-30 Thread pavan kumar
Hi, Can i know how to unregister from this site On 11/9/06, Balwinder <[EMAIL PROTECTED]> wrote: Hi All !! I have a situation in my application, i want to implement a functionality that does, if a user accidentally close his browser window, on his next request(in new window) to

Re: Last Page Regenration

2006-11-13 Thread Balwinder
pages rather than applying it to all pages. Nitin -Original Message- From: Chetan Pandey [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 08, 2006 11:57 PM To: 'Struts Users Mailing List' Subject: RE: Last Page Regenration Use Filters. On every page a User visits make

RE: Last Page Regenration

2006-11-12 Thread Nitin M. Mandolkar
to all pages. Nitin -Original Message- From: Chetan Pandey [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 08, 2006 11:57 PM To: 'Struts Users Mailing List' Subject: RE: Last Page Regenration Use Filters. On every page a User visits make it visit a Filter. Record the pa

RE: Last Page Regenration

2006-11-09 Thread Chetan Pandey
Use Filters. On every page a User visits make it visit a Filter. Record the page when it is visited and store it in the DB. That what when he logs in fetch this value and send User to this page. Make sure you put your Filter Info in web.xml in the following manner: myFilter co