I am working on a project in which I would like to pop up a window which will do some basic form submission. After this I would like to return to the previous view.
I chose the rich:modalPanel component for this. I have no trouble showing and hiding the window. However, when I try to call any actionListener from a command object within the modal panel, it does not reach the actionListener. Here is the relevant portion of my code:
TEMPLATE:
modalPanel defined:
Backing bean:
However, the actionListener is never even reached (confirmed in debug). Any suggestions?