I'm using Wicket 1.3.3.

If I add a DatePicker to a DateTextField that I in turn add to a
WebMarkupContainer, and that WebMarkupContainer is hidden, a
JavaScript error occurs.  It looks like the header contributor for the
DatePicker is still rendered to the page despite the fact that its
markup is hidden.  The JavaScript error occurs where the
header-contributed JavaScript refers to the (now non-existent)
DatePicker object.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to