I just tested like this:
var flowTest =
{
foo: {}
}
flowTest.foo.bar =
function() {
print ("Hello from flowTest()");
};
...and like this...
<map:call function="flowTest.foo.bar" />
and it worked fine...
???
—ml—
