Hi Team,
I' m using jdev 12.2.1.3.0. I have one requirement like i have to open an external url like example
https://www.google.com/ . I have used link component and written an action listener method in that i have some AMIMPL method where i will pick the url value based on filter criteria. I can able to open the url but it is opening in the same tab. I want that url to open in another Tab. I have set the property use window=true. If I missed any other property please let me know.