I am using myfaces 1.1.1.
Does the calendar javascript require dom support? The reason I ask this is because I am trying to use it in conjunction with ajax. There is a flag called jscalendarDom which among other things determines if document.write is used. I want to avoid the calls to document.write so that my ajax dom updates will work. Can I set jscalendarDom to false and still have a working calendar?

