> From: Glen Ezkovich [mailto:[EMAIL PROTECTED] > On Jan 9, 2005, at 4:17 PM, Mark Lundquist wrote: > > Do we really want inter-block flowscript function calls? > > I was wondering about this as well. Is it even necessary in order to > use the functions in the first place? If one has a dependency on > another blocks flowscript function couldn't one just load the file and > use the function as in > cocoon.load("resource://org/apache/cocoon/forms/flow/javascript/ > Form.js"); ? Is there something special about blocks that would prevent > the current cocoon methods of accessing resources from working?
Actually, I think there _is_ something special that way... I don't think your client block will know what file to load... see http://wiki.apache.org/cocoon/BlockImplementation cheers, ~ml