Hi All,
i have a doubt regarding ADF with Adobe dtm 3 rd party implementation. for integration we have written a utility class which converts javaObject to Json object which is the input for Adobe dtm API..
the implementation goes like that , we capture required data from UI in managed bean ,we w'll call our Utility class API, which in turn calls Adobe API . the problem here is in some browsers it is unable to
load that 3rd API , for example we load this 3 rd party API through <af:resource> tag , so it loaded to browser when the application bootstrapped so we are able call API methods, from java through our
UtilityClass, The problem here Howe can we handle these exceptions . ???
Thanks
ram