Has anyone had any success using the chooseDate component through facelets?
In both IE & Firefox I get problems when it performs any ppr actions (e.g.
click 'next month').  Using the exact same components through a regular JSF
page works just fine.

Here's my tags:
                       <tr:inputDate chooseId="picker" label="Label 1" />
                           <tr:chooseDate id="picker"></tr:chooseDate>

and here's the line that Firefox identifies as problematic (error - 'a2 has
no properties')

function _firePartialChange(a0)
{
...
a2.contentDocument.location.replace(a1);
...
}

Thanks,

Danny
--
Chordiant Software Inc.
www.chordiant.com

Reply via email to