Hi,
I am trying to implement dynamic tabs using ADF Dynamic UI Shell. After clicking on a link, a dynamic tab opens up which displays a table. One of the attributes of this table is again a link, and when this link is clicked it should open another new tab dynamically. But when I am clicking this attribute link in the first tab, it gives a NullPointerException, the getCurrentInstance() in the Tab Context returns a null value. How can i solve this problem ?I am using adf 12.1.3. Please help on this issue.
----