Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
Description
The scope for executing eval() on wicket ajax responses is currently undefined.
These scripts run with the window scope when loaded as part of the initial page rendering.
The concrete example that lead to this issue was the use of a DatePicker component from wicket-datetime; it was being rendered in an ajax response.