Hi,
I am having a problem deploying a popup window. I have the following code
in onclick of a commandbutton in my jsp:
window.showModalDialog('/pages/folder/test.jsf','',
'dialogHeight:500px;dialogWidth:750px');
Popup opens fine.
Popup has a button - (commandButton).
When it is clicked, processing go into my managed bean. So far ok.
When it returns, it opens a new window instead of going back to modal popup.
Does anyone know why? How can I have submit back into the popup?
Thanks in advance!
--
View this message in context:
http://www.nabble.com/Popup-problem---submit-opens-new-window.-tf3038353.html#a8444381
Sent from the MyFaces - Users mailing list archive at Nabble.com.