Re: [Wicket-user] Datepicker and opera

2005-11-28 Thread Matej Knopp
Doesn't work :( wicket:id is not problem for other elements, it seems just to cause problems with input. Maybe a bug in opera? -Matej Juergen Donnerstag wrote: may be html xmlns:wicket=http://wicket.sourceforge.net; to define the namespace? Juergen On 11/27/05, Matej Knopp [EMAIL

Re: [Wicket-user] Datepicker and opera

2005-11-28 Thread Johan Compagner
if that _javascript_ works without wicket:id and stop working with it then i would call that a bug of opera. Some kind of parse bug.. it just sees (or better said it doesn't see) the name space and strips it away. johanOn 11/28/05, Matej Knopp [EMAIL PROTECTED] wrote: Doesn't work :(wicket:id is

[Wicket-user] Datepicker and opera

2005-11-27 Thread Matej Knopp
Hi. I found out, why the datepicker is not working in Opera. The problem is the wicket:id, that confuses opera. having input wicket:id=xyz id=elementId/ document.getElementById('elementId') returns null. the (temporary?) solution now is to setStripWicketTags(true); Any ideas? -Matej

Re: [Wicket-user] Datepicker and opera

2005-11-27 Thread Juergen Donnerstag
may be html xmlns:wicket=http://wicket.sourceforge.net; to define the namespace? Juergen On 11/27/05, Matej Knopp [EMAIL PROTECTED] wrote: Hi. I found out, why the datepicker is not working in Opera. The problem is the wicket:id, that confuses opera. having input wicket:id=xyz

[Wicket-user] DatePicker and opera

2005-11-23 Thread Matej Knopp
Hi, DatePicker doesn't work in opera. It shows a window with this error message: Calendar setup: Nothing to setup (no fields found). Please check your code. Has anyone a clue, what's going on? To me, it seems that somehow the javascript can't touch input field, even if the javascript

Re: [Wicket-user] DatePicker and opera

2005-11-23 Thread Dipu
Yes , original jscalendar works in Opera. Dipu - Original Message - From: Eelco Hillenius [EMAIL PROTECTED] To: wicket-user@lists.sourceforge.net Sent: Wednesday, November 23, 2005 4:04 PM Subject: Re: [Wicket-user] DatePicker and opera Does the original jscalendar work in Opera

Re: [Wicket-user] DatePicker and opera

2005-11-23 Thread Matej Knopp
Well, the original calendar works with opera well. I guess the problem is in component. The generat source code is like this input value= maxlength=16 type=text wicket:id=createdFrom style=width: 9em; name=createdFrom id=1:form:createdFrom/ span wicket:id=fromDatePickerwicket:panel img

Re: [Wicket-user] DatePicker and opera

2005-11-23 Thread Eelco Hillenius
: Eelco Hillenius [EMAIL PROTECTED] To: wicket-user@lists.sourceforge.net Sent: Wednesday, November 23, 2005 4:04 PM Subject: Re: [Wicket-user] DatePicker and opera Does the original jscalendar work in Opera? If it does, the problem is with the component, otherwise it is jscalendar. Eelco