Re: referencing variable in onclick event of html:link tag

2006-04-18 Thread vijay venkataraman
: Re: referencing variable in onclick event of html:link tag hi, may be you can try removing the double quotes from the expression [<%=count%>]. bye "Shoukat, Faisal" <[EMAIL PROTECTED]> wrote: Can anyone help with explaining to me how to get a scriptlet into

RE: referencing variable in onclick event of html:link tag

2006-04-18 Thread Shoukat, Faisal
That was the first thing I tried but unfortunately does not work! -Original Message- From: Anil Kumar Pippalapalli [mailto:[EMAIL PROTECTED] Sent: 18 April 2006 10:49 To: Struts Users Mailing List Subject: Re: referencing variable in onclick event of html:link tag hi, may be you can

Re: referencing variable in onclick event of html:link tag

2006-04-18 Thread Anil Kumar Pippalapalli
hi, may be you can try removing the double quotes from the expression [<%=count%>]. bye "Shoukat, Faisal" <[EMAIL PROTECTED]> wrote: Can anyone help with explaining to me how to get a scriptlet into a html:linl tag in the onclick event. For example: I have two forms of

referencing variable in onclick event of html:link tag

2006-04-18 Thread Shoukat, Faisal
Can anyone help with explaining to me how to get a scriptlet into a html:linl tag in the onclick event. For example: I have two forms of the same name in my jsp page. The way I am submitting the forms is to call the onclick event within the html:link tag as follows: [Sub mit] However w