RE: Caching Framework

2004-08-13 Thread rahul.chaudhary
--- Begin Message --- One option is to use the singleton pattern. It also depends upon what functionality are you looking for e.g. frequency of cache update.. and many more.. -Original Message- From: Ravi Vedala (WT01 - FINANCE BANKING & SERVICES) Sent: Fri 8/13/

RE: Form Validation !!!.

2004-08-04 Thread rahul.chaudhary
in the validation xml specify the page attribute (value should be equal to the page number) against the form property.Also set the page property on the input screen. -Original Message- From: RamKumar [mailto:[EMAIL PROTECTED] Sent: Thursday, August 05, 2004 10:31 AM To: [EMAIL PROTECTED]

RE: Error: html:multibox, backbutton, BeanPopulate Exception (IndexOutOfBoundsException)

2004-07-22 Thread rahul.chaudhary
The header can be set to specify not to cache the page using : Meta tags ... this will be more of browser specific. or set the Header object which can then take care of caching at the webproxy. Better option will be the use of Struts-workflow extension which can prevent the user from entering

RE: Refresh - Duplicate Records Issue.

2004-05-14 Thread rahul.chaudhary
Use JavaScript to avoid re-submitting the form, which in turn will prevent invoking the duplicate call to the database. -Original Message- From: Tarun Dewan [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 4:17 PM To: 'Struts Users Mailing List' Subject: Refresh - Duplicate Records