Jsp java.lang.VerifyError

2005-04-14 Thread Mohd Amin
Hi all, getting the above error while running oracle 9ias 9.0.3 (Java Servlet 2.3 and JavaServer Pages 1.2) but works fine with oracle 10g(Java Servlet 2.4 and JavaServer Pages 2.0). The page uses JSTL and a lot of tags. Anyone have experience on this? Exception: java.lang.VerifyError: (class:

Re: Please wait page

2005-04-07 Thread Mohd Amin
Hmm, haven't tried this yet, but think using xmlhttprequest would be easier, action 1 will call jsp 1 which has xmlhttprequest, javascript will then forward the request to servlet while showing something flashy, once everything comes back, replace the current html page with the text, which is ba

Re: Please wait page

2005-04-07 Thread Mohd Amin
that's a good one - Original Message - From: "Marsh-Bourdon, Christopher" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" Sent: Thursday, April 07, 2005 5:15 PM Subject: RE: Please wait page If you ask travelocity nicely, I'm sure they will help. Why not pop them an email? Chri

Date validation, multiple format

2004-12-03 Thread Mohd Amin
Hi, I have a requirement for the date format to be depending on the user which logs in. Showing the date formatted to the user preference is a no brainer but validation using struts validator I think is slightly tougher, anyone has any idea on how to get this implemented? Thanks Amin