ICEfaces-EE
  1. ICEfaces-EE
  2. IPCK-482

Component ace:dateTimeEntry seems to be not working for JBoss 7.1.1. app server.

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Incomplete
    • Affects Version/s: EE-3.3.0.GA
    • Fix Version/s: None
    • Component/s: Facelet Components
    • Labels:
      None
    • Environment:
      Windows 7, JBOSS 7.1.1

      Description

      Component ace:dateTimeEntry seems to be not working for JBoss 7.1.1. app server.
      We use it this way:
      <icecore:config mandatoryResource="dateTimeEntry"/>
      <ace:dateTimeEntry id="passwordExpiration"
                         locale="en"
                         renderAsPopup="true"
                         label="label"
                         pattern="MM/dd/yyyy"
                         styleClass="dateInput styleClass"
                         value="#{UsersBean.selectedUser.pwdExpirationDate}"
                         disabled="false"
                         navigator="true">
          <ace:ajax execute="@this" render="@this" event="dateTextChange" onStart="alert(1)" onError="alert(2)"/>
          <ace:ajax execute="@this" render="@this" event="dateSelect" onStart="alert(1)" onError="alert(2)"/>
      </ace:dateTimeEntry>

      The problem is thet the ajax request is not send neither on blur event nor on click calendar by mouse. No network activity at all. Moreover, no alert is shown. It means that javascript handlers onStart and onError are not called too. No javascript errors in browser logs. Calendar popup is displayed properly.
      On Glassfish 3.1.1 it works perfectly.

        Activity

        There are no subversion log entries for this issue yet.

          People

          • Assignee:
            Philip Breau
            Reporter:
            Ivan Ivanov
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: