RE: Reg. FormBean...

2005-03-03 Thread Amjad I. Shahrour
You are not required to implement the validate method in actionForm, also you can turn off validation by configuring validate=false for any action. Regards, Amjad -Original Message- From: Iyanu, Rajasekaran [mailto:[EMAIL PROTECTED] Sent: Thursday, March 03, 2005 12:11 PM To: Struts Us

[OT] CCM directory structure for J2EE application

2005-03-01 Thread Amjad I. Shahrour
Any one can point me to directory structure standards for configuration and change management software (VSS or CVS). Regards, Amjad

RE: Best practices on using displaytag and cleaning up session scoped form

2005-02-28 Thread Amjad I. Shahrour
I don't think so, because when you click next & previous links the database will database will be queried again. If you are using a struts action to get the result from DB, then you sould specify the action in the tag by using the requestURI property. Hope it helps. -Original Message-

RE: Struts validator [ client side error when using date validator]

2005-02-09 Thread Amjad I. Shahrour
Any ideas please ? Amjad -Original Message- From: Amjad I. Shahrour [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 8:54 AM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: Struts validator [ client side error when using date validator] Already tried, but

RE: Struts validator [ client side error when using date validator]

2005-02-08 Thread Amjad I. Shahrour
Already tried, but still not working ! Amjad -Original Message- From: Saul Qunming Yuan [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 08, 2005 7:35 PM To: Struts Users Mailing List Subject: Re: Struts validator [ client side error when using date validator] Off the top of my head,

Struts validator [ client side error when using date validator]

2005-02-08 Thread Amjad I. Shahrour
Hi, I have configured and used struts validator for my application, Server side validation is working perfectly... For client side, the required validator is working fine, but the date ( for example) is not working and giving a java script error " datePattern" has no properties. Please help