Bert Van Kets dijo:
> What is are the possible reasons for flowscript to have an "undefined"
> when
> instatiating a class (creating a variable out of the Package)?
> This is the line of code I use in the flow:
> var dao = new Packages.be.bvar.admin.links.LinksDAO();
Are you jaring the DAO classes? Where are you puting this classes? Are the
classes visibles at all? I often add a line:
cocoon.log.error("dao =" + dao);
To help me know if this variable is empty or not.
Best Regards,
Antonio Gallardo
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]