Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.6
-
None
Description
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 ?