ICEfaces-EE
  1. ICEfaces-EE
  2. IPCK-507

ace:dateTimeEntry popup opens after ajax submission

    Details

    • Type: Bug Bug
    • Status: Open
    • Priority: Major Major
    • Resolution: Unresolved
    • Affects Version/s: EE-3.3.0.GA_P02
    • Fix Version/s: None
    • Component/s: Facelet Components
    • Labels:
      None
    • Environment:
      Windows 7 & Tomcat 7

      Description

      When using ajax event 'dateSelect', the popup window re-opens after a date is selected.

      My xhtml looks like this:
      <ace:dateTimeEntry id="cardExchDt" value="#{wrap.pickedUpDate}"
                         pattern="MM/dd/yyyy" renderAsPopup="true"
                         navigator="true" validator="#{hrisUtilBean.dateValidator}" >
          <ace:ajax event="dateTextChange" execute="@form" render="@form"/>
          <ace:ajax event="dateSelect" execute="@form" render="@form"/> </ace:dateTimeEntry>


      The backing bean causes another field to be rendered when the date changes. I don't think I need to include that, but will be glad to do so if needed.

        Activity

        There are no comments yet on this issue.

          People

          • Assignee:
            Unassigned
            Reporter:
            Dan Damon
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated: