> On Wed, 2005-08-24 at 21:18 +0200, Thorsten Scherler wrote: ... > > How can I use JavaScriptHelper.callFunction if I cannot create an > > Object[]? > > > > Is there another way to create a Object[] then the above mentioned? Is > > this a bug? > > > > Is there a better way to execute javascript that is stored in a string?
Also, have you tried using the eval() JS function? Seems like that's the simplest way to execute a string. --Jason
