You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Jeffrey Porter <PO...@WMGMAIL.wmg.warwick.ac.uk> on 2005/11/08 10:05:20 UTC

BUG: MYFACES-569 - anyone have a work around (onload/calendar)

 

Hello all,

 

I've got a page with a tabbed pane (made using JavaScript), to setup
this pane I make a call in the onload method of body.

e.g.

<body onload='setupPanes("container1", "tab1");'>

 

Calling onload though, causes t:inputCalendar to stop working.

 

See bug 569 

http://myfaces.apache.org/RELEASE-NOTES-1.1.1.txt

 

Does anyone have a work around for this?

 

Thanks Jeff