What version are you using? And if the version is 1.3 or 2.0, you
could consider using the much better datepicker that is in
wicket-datetime.

Anyway, this sounds like a problem we had in previous versions to;
should be fixed in new versions.

Eelco


On 2/28/07, Dipu <[EMAIL PROTECTED]> wrote:
>
>
> Hi All,
>
> I use Ajax links to switch between different panels on a page and some of
> the panels has datepicker components on it.
> On IE 7 the date picker will stop working ( calendar won't pop up ) after
> switching between panels using ajax link.
> I think the reason for this is  that when the dom is updated with the html
> for the panel the inline Calendar.setup script is not getting executed with
> IE7.
> I tired calling the Calendar.setup script  on the decorateOnSuccessScript of
> the ajax link thats is used to switch panel and the date picker worked.
> Can anyone say if this is the solution to go with or do we have any other
> better ways of solving the problem.
> If calling the Calendar.setup script in the above mentioned way is the
> solution then it will be good if the getInitScript method on the DatePaicker
> is made public.
>
> Regards
> Dipu
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to