Hi,

in Trinidad 1.0.3 the chooseDate component doesn't work correctly if you
associate it with an inputDate.
Here is a short example:

<tr:panelGroupLayout layout="vertical">
  <tr:inputDate chooseId="picker"
    value="#{myBean.selectedDate}" >
    <f:convertDateTime type="both"/>
  </tr:inputDate>
  <tr:chooseDate id="picker" />
</tr:panelGroupLayout>

You can also see the bug in the trinidad demo application
(http://www.irian.at/trinidad-demo/faces/components/chooseDate.jspx).
Firebug told me that "TrRequestQueue.getInstance is not a function" and
it is found in the _firePartialChange function.

Has anybody a workaround for this issue? A popup window that comes with
<tr:inputDate value="#{myBean.selectedDate}" /> is unfortunately not a
valid option for me...


Cheers Sven

Reply via email to