Andreas Hartmann wrote:

Hi Cocoon users,

sometimes I get a

   ResourceNotFoundException:
   Function "javascript:foo()" not found

when I work with FlowScript.

I think it appears when I call the same script
function several times. Does anyone know what
could be the reason for this?

By analyzing stack traces and re-Engineering the Rhino sources I found out that I assigned a value to a global (non-declared) variable in my FlowScript. Removing the assignment solved the problem.

-- Andreas


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to