Re: How to pass Java parameter to javascript

2006-11-08 Thread Martin Gainty
: "Pankaj Gupta" <[EMAIL PROTECTED]> To: Sent: Wednesday, November 08, 2006 12:06 AM Subject: How to pass Java parameter to javascript > 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: > > > regards, > Pankaj

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

How to pass Java parameter to javascript

2006-11-07 Thread Pankaj Gupta
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: regards, Pankaj