I'm using Netscape 4.7

And the erors here are not javascript.
Simple validations performed in validate() method of ActionForm.

I'm using an image in place of a submit button (using <html:image> tag).

In case value is not provided for a mandatory field, the validate() method will chk 
for null and return an error. This error is shown in IE but not in Netscape.

What could be the reason? Doesn't netscape support form submission through 
<html:image> tags?


-----Original Message-----
From: Adam Hardy [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 07, 2003 3:46 PM
To: Struts Users Mailing List
Subject: Re: Validate() in netscape


It's weird how many people have javascript issues with validator. What 
version of Netscape are you using and what errors are you getting?

sriram wrote:
> I'm using Struts 1.0 and I have written some validations in the 
> validate() method in ActionForm . For example, some of the fields on 
> the form are mandatory and so if the form is submitted with giving 
> input in those fields, appropriate messages are displayed. This is 
> working fine in Internet Explorer, but it's not showing any messages 
> in Netscape Navigator.
> 
> Can somebody please suggest a solution?
> 
> Thanks
> Sriram
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to