Hi,
In our company we are changing all the RequestHandlers to JSon RequestHandlers because we're using AngularJS which is working fine,
but we want to keep some of the WebNodes, unfortunately they're not really friendly with AngularJS. That's why I'm wondering if there is a way to call a WebNode from a RequestHandler, because I've tried doing this
from a JSon RequestHandler and i'm getting "Cannot get value; a non-existent feature was specified".
Thank you for your help!
-----
Omar BENCHHIBA
benchhiba.com
In our company we are changing all the RequestHandlers to JSon RequestHandlers because we're using AngularJS which is working fine,
but we want to keep some of the WebNodes, unfortunately they're not really friendly with AngularJS. That's why I'm wondering if there is a way to call a WebNode from a RequestHandler, because I've tried doing this
Code:
$myModule.WebNodes.myChild.myAction(Assoc data)
Thank you for your help!
-----
Omar BENCHHIBA
benchhiba.com