RE: Passing variable to javascript function

2005-08-29 Thread BHansard
You can also use JSTL Notation. Leon Rosenberg <[EMAIL PROTECTED]> Leon Rosenberg <[EMAIL PROTECTED]> 08/29/2005 06:39 AM Please respond to "Struts Users Mailing List" To user@struts.apache.org cc Subject RE: Passing variable to _javascript_ function Unfortunat

RE: Passing variable to javascript function

2005-08-29 Thread Anuradha S.Athreya
Thanks , this was very informative. Regards Anuradha -Original Message- From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Sent: Monday, August 29, 2005 4:09 PM To: user@struts.apache.org Subject: RE: Passing variable to javascript function Unfortunately it's not so easy, becaus

RE: Passing variable to javascript function

2005-08-29 Thread Leon Rosenberg
u. > > > > -Original Message- > From: Anuradha S.Athreya [mailto:[EMAIL PROTECTED] > Sent: Monday, August 29, 2005 2:26 PM > To: [EMAIL PROTECTED] Apache. Org > Subject: Passing variable to javascript function > > > > > > I had post

RE: Passing variable to javascript function

2005-08-29 Thread Anjishnu Bandyopadhyay
onday, August 29, 2005 2:26 PM To: [EMAIL PROTECTED] Apache. Org Subject: Passing variable to javascript function I had posted this problem a few days back, but I couldn't find a solution to this. So I'm posting this again, since I need to implemen this urgently. > > fun

Passing variable to javascript function

2005-08-29 Thread Anuradha S.Athreya
I had posted this problem a few days back, but I couldn't find a solution to this. So I'm posting this again, since I need to implemen this urgently. > > function validateDelete() > { > return confirm("Delete Data"); > } > > > >onclick="return validateDelete()" > >