[friday]Re: [OT] Re: RE : how to send the 'index' to javascript function

2004-05-28 Thread Mark Lowe
tml.tld for 'text' u find - onblur false true This means we can specify the onblur value as a run time expression. Regards, Janarthan S -Original Message----- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Friday, May 28, 2004 3:07 PM To: Struts Users Mailing List Subjec

[OT] Re: RE : how to send the 'index' to javascript function

2004-05-28 Thread Michael McGrady
Message d'origine- De : Mark Lowe [mailto:[EMAIL PROTECTED] Envoyé : May 28, 2004 05:54 À : Struts Users Mailing List Objet : Re: how to send the 'index' to javascript function I've just done the following in a struts html:text tag " /> This is using the 1.1 rele

RE : how to send the 'index' to javascript function

2004-05-28 Thread subramaniam . o
Hi,         Thanks David. It Works Subramaniam "David Gagnon" <[EMAIL PROTECTED]> 05/28/2004 06:08 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To "'Struts Users Mailing List'" <[EMAIL PROTECTED]> cc Subject RE : how to send the 'index' to _javascript

Re: RE : how to send the 'index' to javascript function

2004-05-28 Thread Mark Lowe
-- De : Mark Lowe [mailto:[EMAIL PROTECTED] Envoyé : May 28, 2004 05:54 À : Struts Users Mailing List Objet : Re: how to send the 'index' to javascript function I've just done the following in a struts html:text tag " /> This is using the 1.1 release version of struts.. On TC5

Re: RE : how to send the 'index' to javascript function

2004-05-28 Thread Mark Lowe
alue() + ")" %>'/> When using <%= %> you need to put everything in it. Hope it help .. hope I'm right :-) Ciao /David -Message d'origine- De : Mark Lowe [mailto:[EMAIL PROTECTED] Envoyé : May 28, 2004 05:54 À : Struts Users Mailing List Objet : Re: how to

Re: how to send the 'index' to javascript function

2004-05-28 Thread Mark Lowe
> Please respond to > "Struts Users Mailing List" > > > > To > "Struts Users Mailing List" > > cc > > Subject > Re: how to send the 'index' to javascript function > > > > > > > > What happens if you try th

Re: how to send the 'index' to javascript function

2004-05-28 Thread Michael McGrady
t; > Brati Sankar Ghosh > Tata Consultancy Services > Mailto: [EMAIL PROTECTED] > Website: http://www.tcs.com > > > > > Mark Lowe > > 05/28/2004 02:47 PM > > > Please respond to > "Struts Users Mailing List" > > > > To > "Strut

RE : how to send the 'index' to javascript function

2004-05-28 Thread David Gagnon
D] Envoyé : May 28, 2004 05:54 À : Struts Users Mailing List Objet : Re: how to send the 'index' to javascript function I've just done the following in a struts html:text tag " /> This is using the 1.1 release version of struts.. On TC5 and with el enabled on th

Re: how to send the 'index' to javascript function

2004-05-28 Thread Martin Gainty
The onBlur event handler uses the following Event object properties. type - this property indicates the type of event. target - this property indicates the object to which the event was originally sent. In other words once inside doThis(type, target) then... function doThis(type, target) {

Re: how to send the 'index' to javascript function

2004-05-28 Thread Mark Lowe
expression. Regards, Janarthan S -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Friday, May 28, 2004 3:07 PM To: Struts Users Mailing List Subject: Re: how to send the 'index' to javascript function Scirptlets will not work within a html struts tag. If you want to

RE: how to send the 'index' to javascript function

2004-05-28 Thread Janarthan Sathiamurthy
ay, May 28, 2004 3:07 PM To: Struts Users Mailing List Subject: Re: how to send the 'index' to javascript function > Scirptlets will not work within a html struts tag. If you want to use > scriplets use a normal html tag instead. Thats the first I ever heard that.. Thanks for

Re: how to send the 'index' to javascript function

2004-05-28 Thread Mark Lowe
Website: http://www.tcs.com Mark Lowe <[EMAIL PROTECTED]> 05/28/2004 02:47 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To "Struts Users Mailing List" <[EMAIL PROTECTED]> cc Subject Re: how to send the 'index' to javascri

RE: how to send the 'index' to javascript function

2004-05-28 Thread Paul McCulloch
sed. Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 28 May 2004 10:25 To: Struts Users Mailing List Cc: Struts Users Mailing List Subject: Re: how to send the 'index' to javascript function Scirptlets will not work within a html struts tag

Re: how to send the 'index' to javascript function

2004-05-28 Thread brati . sankarghosh
Scirptlets will not work within a html struts tag. If you want to use scriplets use a normal html tag instead. Brati Sankar Ghosh Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com Mark Lowe <[EMAIL PROTECTED]> 05/28/2004 02:47 PM Please respond to "Struts U

Re: how to send the 'index' to javascript function

2004-05-28 Thread Mark Lowe
thiamurthy" <[EMAIL PROTECTED]> 05/28/2004 02:12 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To "Struts Users Mailing List" <[EMAIL PROTECTED]> cc Subject RE: how to send the 'index' to javascript function try thi

RE: how to send the 'index' to javascript function

2004-05-28 Thread subramaniam . o
Hi Janarthanan,         I tried that, Im getting '<%= index.intValue()%>' in doThis() and not the value. Regards Subramaniam "Janarthan Sathiamurthy" <[EMAIL PROTECTED]> 05/28/2004 02:12 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To "Struts Users Mailin

RE: how to send the 'index' to javascript function

2004-05-28 Thread Janarthan Sathiamurthy
try this - Regards, Janarthan S -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, May 28, 2004 9:55 AM To: Struts Users Mailing List Subject: how to send the 'index' to javascript function Hi, This is my jsp.