I have a webpage with a div element. In the div element is a table, so I can
refresh the table via ajax.
Also there is a modal window, on which a iFrame is inside.
After closing the modal window, I like to refresh the table in the div
element in the parent page. Therefore I use the callback functions and the
addComponent method , but there is a message: 
"org.apache.wicket.RequestListenerInterface - component not enabled or
visible; ignoring call. Component: [MarkupContainer [Component id = upload,
page = controller.dms.DmsMainPage, path =
5:modalWindow:content:upload.InlineFrame, isVisible = true, isVersioned =
false]]".
It seems that wicket has his focus still in the iFrame Site, not in parent
site.
Any suggestions how to solve the problem.


-- 
View this message in context: 
http://www.nabble.com/modal-window-with-iframe---ajax-refresh-on-parent-page-tp17816849p17816849.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to