i use setvisibility on DateTextField, there is no setVisibility() method on the datePicker .
On Thu, Aug 21, 2008 at 10:58 PM, Jeremy Thomerson <[EMAIL PROTECTED]> wrote: > Which one are you setting visibility to false on? > > On Thu, Aug 21, 2008 at 3:29 PM, Julien Gaucher <[EMAIL PROTECTED]>wrote: > >> hi >> >> i have a problem with datepicker visibility (perhaps a newb problem ;) ) >> >> in my application, i have some conditional form element and i switch >> them with setVisibility(true/false) and it works perfectly well except >> for the datepicker >> i add a datepicker to a dateTextField. when i switch visibility to >> true, the two elements shows on the page, but when i switch to >> false... only the textFiel goes off, and the datepicker >> icons stay. >> i think i can overcome this by using a panel, but i feel that there is >> a better solution. >> >> could someone help ? >> >> thanks. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > Jeremy Thomerson > http://www.wickettraining.com > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
