Hi,

I have created a list view having few columns out of which 2 are date
columns. I am using wicket date picker for those columns. When the grid is
reloaded several times i get some script error on my page and after
debugging script came to know this, yahoo-dom-event.js, line 10 character
3521. How to resolve this problem? why reloading list view with many date
pickers giving this error? i am using it this way :

DateTextField field = new DateTextField("dateTextfield",new
Model<Date>(),WebConstants.DATE_PATTERN);
                field.add(new DatePicker(){
                        @Override
                        protected String getDatePattern() {
                                return WebConstants.DATE_PATTERN;
                                } 
                        @Override
                        protected boolean enableMonthYearSelection() {
                                return true;
                        }
                });     
                field.setOutputMarkupId(true);

If any one has faced this issue please help me out with this.

Thanks in advance!



-----
_kl_ :)
--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/getting-error-yahoo-dom-event-js-line-10-character-3521-tp4653567.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to