Re: executeScript not working?

2007-08-07 Thread Oleg Mikheev
rrecoba wrote: Hi, The problem was that the js has some javascript to be executed that uses the document.getElementById(). ( known issue (WW-1951) ), that will be fixed in v2.1.0. Now i´m trying to find some workaround ¿any ideas? Define a function with your JS and execute it once page is loade

RE: executeScript not working?

2007-08-07 Thread Manuel Correa
I have the same problem, how we fix this ?? we have to wait to 2.1 release ?? Manuel Correa. -Original Message- From: rrecoba [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 07, 2007 4:17 PM To: user@struts.apache.org Subject: Re: executeScript not working? Hi, The problem was that

Re: executeScript not working?

2007-08-07 Thread rrecoba
Hi, The problem was that the js has some javascript to be executed that uses the document.getElementById(). ( known issue (WW-1951) ), that will be fixed in v2.1.0. Now i´m trying to find some workaround ¿any ideas? thanks. mihel wrote: > > rrecoba wrote: >> Hi, i´m trying to do something li

Re: executeScript not working?

2007-08-07 Thread rrecoba
Yes it has, but when i use it, a "Undefined" message appears in the page inside the div. What i´m doing wrong? Thanks. mihel wrote: > > rrecoba wrote: >> Hi, i´m trying to do something like the example "A div that calls the >> server, >> and JS in the resulting page is executed" in the showca

Re: executeScript not working?

2007-08-06 Thread Oleg Mikheev
rrecoba wrote: Hi, i´m trying to do something like the example "A div that calls the server, and JS in the resulting page is executed" in the showcase. But with a little diference, i´m not using the href in the s:div tag, i´m just using a link to reload the content. The problem is that the scrip