Hi,
My custom component is unable to recognize browser plugin even though it is installed. In the normal main component the files are getting downloaded fine, whereas when the custom component is directly opened it does open the file by throwing the error webtop plugin is required for this operation. Custom Component —> link in the jsp page —> on click of jsp page drl component launched —> fails to open/view the file by throwing the plugin issue. If I navigate to the main component and then navigate to custom component then it works. Technically in the browser log I can handshake and ucfinvoked successfully when main component is visited and the same is not visible when custom component launched and only message is plugin initialized is visible in both the cases.
How to make my custom component initiate that handshake process to server?