Re: Problem with Struts2 tag

2008-08-15 Thread rajanikanth786
Hi, ? With struts2 tag im unable to call javascript function, eventhough i called like this. But javascript is not invoked. I want to know whether any javascript function we can use for . Thanks & Regards, RajaniKanth Teppala.

Re: Problem with Struts2 tag

2008-08-14 Thread Musachy Barroso
Try to use the topics instead, check the documentation. On 8/14/08, dynamicd <[EMAIL PROTECTED]> wrote: > > have u tried > ="javascript:getData();"/> > > > > > rajanikanth786 wrote: >> >> >> Hi, >> >> >> >> >> >> In tag in struts2, i am unable to call any javascript >> event(functions). >> >>

Re: Problem with Struts2 tag

2008-08-14 Thread dynamicd
have u tried rajanikanth786 wrote: > > > Hi, > > > > > > In tag in struts2, i am unable to call any javascript > event(functions). > > > > > > for example, > > > ="getData();"/> > > > > > > > and in the getData() function i am just checking with one alert message. >