Hi,
I am facing one problem regarding operational binding using datasource.
I have a page which has a form. On form submit i want to call the service method which i have defined in the ds.xml using operational binding. The problem is that we have other RPC action urls set on the same page. So whenever we make a submit call, the submit call goes to the action url present in RPCManager and not to the method defined in Operational Binding in ds.xml.
I tried setting the action url to null or empty string but it wont work. Please suggest.
I am facing one problem regarding operational binding using datasource.
I have a page which has a form. On form submit i want to call the service method which i have defined in the ds.xml using operational binding. The problem is that we have other RPC action urls set on the same page. So whenever we make a submit call, the submit call goes to the action url present in RPCManager and not to the method defined in Operational Binding in ds.xml.
I tried setting the action url to null or empty string but it wont work. Please suggest.
Comment