There is a method called getContext that is private in
AbstractContinuable. You need to copy what they are doing there.
Then, on the Context you get back, there is a getParameters method.
You can then get it there.
Irv
On 7/5/05, Ben Anderson <[EMAIL PROTECTED]> wrote:
> Hi,
> I'm converting s
Hi,
I'm converting some flowscript to javaflow and can't seem to figure
something out. I have this in my sitemap:
So in the flowscript I can get at these parameters like this:
var jsDir = cocoon.parameters.jsDir;
However, I can't find a similar way to do