I am using kapsel to register since I can know if the user is already registered.But I am getting the init cannot be called.. Please help me through this
I added all the plugins according to document provided by sybase http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc01993.0300/doc/html/LogonController-js.html
var defaultContext = { "serverHost" : "192.168.254.159", "https" : "false", "serverPort" : "8080", };
sap.Logon.init(logonSuccess, logonError, appId, defaultContext);
error : uncaught typeerror cannot call method 'init' of undefined
It seems