If that doesn't work, just wrap the textfields in a WebMarkupContainer and set the visibility of the container instead. This happens because the date picker adds the image icon outside of the actual input, so the input doesn't have a way of removing the other element from the DOM.
-- Jeremy Thomerson http://www.wickettraining.com On Fri, Apr 9, 2010 at 5:30 PM, Mathias Nilsson <[email protected] > wrote: > > setOutputMarkupPlaceholderTag( true ) might work > -- > View this message in context: > http://old.nabble.com/DatePicker-icon-dont-disappear-when-parent-textfield-is-set-to--visible-false-tp28188761p28198329.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
