RE: Validator - Javascript question

2004-08-12 Thread Ratnakar Parakala
2004 1:14 AM To: [EMAIL PROTECTED] Subject: Validator - Javascript question Hi, I tried to write custom validation rule called "identical". But, if I give oIdentical = new identical(); I didn't get any client side alert messages. Hope this statement doesn't generate necessary

RE: Validator - Javascript question

2004-08-12 Thread Andy Schmidgall
ECTED] Sent: Thursday, August 12, 2004 1:14 AM To: [EMAIL PROTECTED] Subject: Validator - Javascript question Hi, I tried to write custom validation rule called "identical". But, if I give oIdentical = new identical(); I didn't get any client side alert messages. Hope th

Validator - Javascript question

2004-08-11 Thread Ratnakar Parakala
Hi, I tried to write custom validation rule called "identical". But, if I give oIdentical = new identical(); I didn't get any client side alert messages. Hope this statement doesn't generate necessary javascript code when the rule is configured and executed. I'm using Struts 1.2.1 (Beta). Cou