Re: javascript in validator -- html:javascript

2005-11-23 Thread Dave Newton
Frank W. Zammetti wrote: There *was* in fact a server-side Javascript technology at one point, but it was short-lived, not used much and IIRC specific to Netscape's old web servers. I had the misfortune of having to deal with in app developed in it probably seven or so years ago... not pleasa

Re: javascript in validator -- html:javascript

2005-11-23 Thread Frank W. Zammetti
Dave Newton wrote: JavaScript runs in the browser. If it's not enabled in the browser then JavaScript won't work. There *was* in fact a server-side Javascript technology at one point, but it was short-lived, not used much and IIRC specific to Netscape's old web servers. I had the misfortune

Re: javascript in validator -- html:javascript

2005-11-23 Thread Dave Newton
fea jabi wrote: Is there a way to execute the javascript on server-side? Um... Simple answer is no. My application requirement is the users may not have javascript enabled on their browsers. Can I still use this html:javascript. Or is there any oher alternative to do this? I think you're

Re: javascript in validator -- html:javascript

2005-11-23 Thread fea jabi
is there any oher alternative to do this? in validator-rules.xml Thanks. From: Laurie Harper <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: user@struts.apache.org Subject: Re: javascript in validator Date: Tue, 22 Nov 2005 23:43:57 -0500 fe

Re: javascript in validator

2005-11-22 Thread Laurie Harper
fea jabi wrote: One of the requirement in my application is that I should not use the client side javascript as the browsers the user use might not have the javascript enabled in their browsers. In my jsp there are 2 radio buttons. one of which is enable by default. When the user clicks on ei