Re: How to pass Java parameter to javascript

2006-11-08 Thread Martin Gainty
set the value in hidden field/pass to JS function/set JD param to value of hidden field ..example located at http://javaboutique.internet.com/tutorials/strutstand/index-2.html Anyone else? M- This e-mail communication and any attachments may contain confidential and privileged information for th

Re: How to pass Java parameter to javascript

2006-11-08 Thread Puneet Lakhina
On 11/8/06, Pankaj Gupta <[EMAIL PROTECTED]> wrote: Hi All, I am unable to pass a java parameter to a javascript method. Can you please tell whats going wrong. Here is my code: You got to do something like this ' Submit regards, Pankaj -- Puneet

Re: How to pass Java parameter to javascript

2006-11-07 Thread WongTseng
when you insert jsp scriptlet into the tag as a value of an attribute, the scriptlet should be bracketed by the quotation marks without anything else inside. 2006/11/8, Pankaj Gupta <[EMAIL PROTECTED]>: Hi All, I am unable to pass a java parameter to a javascript method. Can you please tell