What happens if you try this in your page?
<%= "JSP Works!!!" %>
On 28 May 2004, at 11:05, [EMAIL PROTECTED] wrote:
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 Mailing List" <[EMAIL PROTECTED]>
cc
Subject RE: how to send the 'index' to javascript function
try this -
<html:text name="book" property="title" indexed="true" onblur="doThis('<%= index.intValue() %>')"/>
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.
� � � �<logic:iterate name="books" id="book" indexId="index">
� � � � � � � �<html:text name="book" property="title" indexed="true" onblur="doThis()"/>
� � � �</logic:iterate>
� � � �
� � � �how to send the 'index' as input to 'doThis()' [javascript Function]
Thanks Subramaniam
ForwardSourceID:NT0000D4D2 � �
<InterScan_Disclaimer.txt>--------------------------------------------- ------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

