Re: How to handle refresh

2004-06-21 Thread mike
uhash > > >mike > >06/21/2004 12:02 PM >Please respond to >"Struts Users Mailing List" > >To >"Struts Users Mailing List" , "Struts Users >Mailing List" >cc >Subject >Re: How to handle refresh > > > > >This

RE: How to handle refresh

2004-06-21 Thread suhash . c
PROTECTED]> To "Struts Users Mailing List" <[EMAIL PROTECTED]>, 'Struts Users Mailing List' <[EMAIL PROTECTED]> cc Subject RE: How to handle refresh Cool solution. +1 At 07:03 AM 6/21/2004, Hookom, Jacob wrote: >Sorry, I mean write

RE: How to handle refresh

2004-06-21 Thread mike
ey refresh, they will be refreshing the list action. Jacob Hookom Senior Analyst/Programmer McKesson Medical-Surgical -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, June 21, 2004 1:23 AM To: Struts Users Mailing List Subject: How to handle refre

Re: How to handle refresh

2004-06-21 Thread mike
]>, "Struts Users Mailing List" <[EMAIL PROTECTED]> cc Subject Re: How to handle refresh This is somewhat impossible to answer without more information, but the basic Idea is probably to not allow records to be saved with a refresh or a resubmittal of a form through the use of a

RE: How to handle refresh

2004-06-21 Thread Hookom, Jacob
Sorry, I mean write out a no cache http header... (too early in the morning). -Original Message- From: Hookom, Jacob [mailto:[EMAIL PROTECTED] Sent: Monday, June 21, 2004 8:41 AM To: 'Struts Users Mailing List' Subject: RE: How to handle refresh Create two actions, a list ac

RE: How to handle refresh

2004-06-21 Thread Hookom, Jacob
be refreshing the list action. Jacob Hookom Senior Analyst/Programmer McKesson Medical-Surgical -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, June 21, 2004 1:23 AM To: Struts Users Mailing List Subject: How to handle refresh Hi all

Re: How to handle refresh

2004-06-20 Thread suhash . c
mike <[EMAIL PROTECTED]> 06/21/2004 12:02 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To "Struts Users Mailing List" <[EMAIL PROTECTED]>, "Struts Users Mailing List" <[EMAIL PROTECTED]> cc Subject Re: H

Re: How to handle refresh

2004-06-20 Thread mike
This is somewhat impossible to answer without more information, but the basic Idea is probably to not allow records to be saved with a refresh or a resubmittal of a form through the use of a token in your action classes. At 11:22 PM 6/20/2004, [EMAIL PROTECTED] wrote: Hi all, We wish t

How to handle refresh

2004-06-20 Thread suhash . c
Hi all,           We wish to customise the behaviour of IE refresh by just making it fetch the latest data from the db.           It works fine in list and edit screens where the last action was a fetch.           But if the user has previously saved a record, refresh causes the save action to be