ModalWindow missing restriction
-------------------------------
Key: WICKET-2750
URL: https://issues.apache.org/jira/browse/WICKET-2750
Project: Wicket
Issue Type: Improvement
Components: wicket-extensions
Affects Versions: 1.4.6
Reporter: Pedro Santos
I'm facing trouble setting an repeater component as the content for modal
window.
the error message on javascript console:
"ERROR: Wicket.Ajax.Call.processEvaluation: Exception evaluating javascript:
Either src or element must be set."
Reading the ModalWindow code, I realize that the component can not render such
component, since it markup id isn't sent to browser.
Can Wicket throw an exception on setContentModel due an attempt of set an
repeater as content, or to be prepared to render such component ?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.