I need to close a modalPanel from RichFaces to the page where the modal call was not rendered.
The action to close modalPanel
looks like this:
<h:commandLink onclick="Richfaces.hideModalPanel('modalRegistroItemAnalise');">
<h:graphicImage value="/img/delete2.jpg" width="15"></h:graphicImage>
</h:commandLink>
When I am clicking the close button when returning to the page it is being rendered and I am using tabs, rendering the page is returning to the first tab.
How to do it?