Okay,
the error is at row 153 in CallFunctionNode.
the line:
  manager = manager;
should be
  this.manager = manager;

/Mats

Mats Norén wrote:
> Hi,
> I´ve having troubles calling an Action from the flow layer.
> It used to work just fine, but I think some of the changes made lately 
> may have broken the implementation.
> 
> Row 290 in JSCocoon is the villain, it creates a NPE at the row below.
> The call:
> ComponentManager sitemapManager= this.environment.getComponentManager();
> returns null...
> 
> Any ideas how to fix this? ;)
> 
> /Regards Mats
> 
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]




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

Reply via email to