You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Simon Lessard (JIRA)" <de...@myfaces.apache.org> on 2007/10/12 16:31:50 UTC

[jira] Created: (TRINIDAD-765) chooseDate's prev/next links no longer work when in the same page as a selectDate

chooseDate's prev/next links no longer work when in the same page as a selectDate
---------------------------------------------------------------------------------

                 Key: TRINIDAD-765
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-765
             Project: MyFaces Trinidad
          Issue Type: Bug
    Affects Versions: 1.0.3-core
            Reporter: Simon Lessard


Should check if this bug applies to 1.0.2-core as well, I think it will be the case since it seems to be a new true AJAX PPR issue. To reproduce:
<tr:panelGroupLayout layout="vertical">
 <tr:inputDate chooseId="picker"
   value="#{myBean.selectedDate}" >
   <f:convertDateTime type="both"/>
 </tr:inputDate>
 <tr:chooseDate id="picker" />
</tr:panelGroupLayout>

Our live demo (http://www.irian.at/trinidad-demo/faces/components/chooseDate.jspx) also has the problem. Firebug stack trace is:
TrRequestQueue.getInstance is not a function
_firePartialChange("/trinidad-demo/faces/__ADFv__?_t=idp&source=idp1&minValue=-62133094772360&maxValue=92233720368547758...")Common1_0_2.js (line 6097)
onclick(click clientX=0, clientY=0)chooseDate.jspx (line 1)
TrRequestQueue.getInstance().sendRequest(

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.