Re: Pass parameter to javascript function

2005-06-16 Thread Nitesh
='idProveedor' /> The would not work in html:radio since the tag doesn't allow/recognize nested tags. Nitesh - Original Message - From: "Rafael Taboada" <[EMAIL PROTECTED]> Cc: "Struts Users Mailing List" Sent: Thursday, June 16, 200

Re: Pass parameter to javascript function

2005-06-16 Thread Rafael Taboada
Thank u very much for all ur help... Zarar: the same thing, it takes as String value In my code: In the source code(runtime): -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida"

Re: Pass parameter to javascript function

2005-06-16 Thread Zarar Siddiqi
Shot in the dark, try this: - Original Message - From: "Rafael Taboada" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, June 16, 2005 10:18 AM Subject: Re: Pass parameter to javascript function Finally I found a desesperated solu

Re: Pass parameter to javascript function

2005-06-16 Thread Rafael Taboada
Finally I found a desesperated solution :'( But what happend with html:radio??? Why doesn't work if I use html:radio instead of input type='radio' Please... Could u share ur xperiencie in this kind of problem??? Thanks -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo

Re: Pass parameter to javascript function

2005-06-16 Thread Rafael Taboada
Hi, it doesn't work. I saw the source and it takes ${idProveedor} as a String If u see value="1" The query and getting data work fine... But passing parameter to a javascript function doesn't work why??? My entire code is: Valor de idProveedor: ${contador} What's wrong

Re: Pass parameter to javascript function

2005-06-16 Thread Nitesh
From: "Rafael Taboada" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, June 16, 2005 11:55 AM Subject: Re: Pass parameter to javascript function I tried with all the suggestions but it doesn't work: Does anybody know the problem? My code

Re: Pass parameter to javascript function

2005-06-15 Thread Rafael Taboada
I tried with all the suggestions but it doesn't work: Does anybody know the problem? My code is: I try to pass idProveedor and strRazonSocial to a javascript function... But it doesn't work. I tried with lista.idProveedor but nothing... Do u know the correct declaration??? Thanks -- Ra

Re: Pass parameter to javascript function

2005-06-12 Thread Van
On 6/12/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Avjit its not working! As someone else already pointed out on this thread, you can only use the Java expression syntax for an *entire* attribute. You can't use it the way it was shown in Avjit's suggested example for you. It has to be:

Re: Pass parameter to javascript function

2005-06-12 Thread amitava . basak
Thanks martin, its so simpledidn't click in my mind. Amitava Basak ASE Tata Consultancy Services Limited Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information

Re: Pass parameter to javascript function

2005-06-12 Thread amitava . basak
Avjit its not working! Amitava Basak ASE Tata Consultancy Services Limited Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended r

Re: Pass parameter to javascript function

2005-06-09 Thread Martin Gainty
ne 09, 2005 8:20 AM Subject: Re: Pass parameter to javascript function Really? IDon't you have to enclose the entire value in one scriptlet expression? Like this: Kjersti |+--> || "Avjit Singh Jhajj" | |

Re: Pass parameter to javascript function

2005-06-09 Thread Stéphane Zuckerman
[EMAIL PROTECTED] a écrit : Really? IDon't you have to enclose the entire value in one scriptlet expression? Like this: You can pass the parameters to the javascript as shown underneath by enclosing the <%=%> in single quotes... You can even use the ${} notation if you are using JSP

Re: Pass parameter to javascript function

2005-06-09 Thread kjersti . berg
To: "Struts Users Mailing List" | | cc: [EMAIL PROTECTED] | | Subj

Re: Pass parameter to javascript function

2005-06-09 Thread Avjit Singh Jhajj
You can pass the parameters to the javascript as shown underneath by enclosing the <%=%>  in single quotes... Avjit On Thu, 09 Jun 2005 [EMAIL PROTECTED] wrote : > >How can I pass parameter in to a javascript function from a >tag?? > > >eg: > > /> >... >... > > > >Amitava Basak >ASE