Re: Script Error is getting in IE8 while selecting DatePicker in Modal Window

2013-12-17 Thread wicket_new_user
Hi, Currently the page is not having any form, and the data is loaded to WebMarkupContainer/MarkupContainer. I've replaced WebMarkupContainer with Form and modelwindow is added to the form and still see the same issue. As for testing to go, i've replaced calendar-min.js code with Calendar.js in

Script Error is getting in IE8 while selecting DatePicker in Modal Window

2013-12-16 Thread wicket_new_user
Hi, i'm getting script error, when trying to provide the Date picker in modal window on IE8 browser, this works fine in IE9 IE10 without any issues. Script error is getting at the below code in calendar-min.js at line no. 18, the bold one below from the code. try {

Re: Script Error is getting in IE8 while selecting DatePicker in Modal Window

2013-12-16 Thread Andrew Geery
The first thing I would check is that the ModalWindow is wrapped in a Wicket Form (see the end of the class-level Javadoc for ModalWindow: If you want to use form in modal window component make sure that you put the modal window itself in another form). If it's not, the date picker doesn't work