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

        Hide
        Philip Breau added a comment -

        The dateTimeEntry has been tested on JBoss 7.1.1, so this is likely a configuration issue. Please see http://jira.icesoft.org/browse/MOBI-604 for configuration details for JBoss 7.1.1.

        Show
        Philip Breau added a comment - The dateTimeEntry has been tested on JBoss 7.1.1, so this is likely a configuration issue. Please see http://jira.icesoft.org/browse/MOBI-604 for configuration details for JBoss 7.1.1.
        Hide
        Ivan Ivanov added a comment -

        Thanks for the feedback. But I cannot open the link http://jira.icesoft.org/browse/MOBI-604 ('It seems that you have tried to perform an operation which you are not permitted to perform.')
        There can I get the configuration details for JBOSS 7.1.1? Thanks in advance!

        Show
        Ivan Ivanov added a comment - Thanks for the feedback. But I cannot open the link http://jira.icesoft.org/browse/MOBI-604 ('It seems that you have tried to perform an operation which you are not permitted to perform.') There can I get the configuration details for JBOSS 7.1.1? Thanks in advance!
        Hide
        Philip Breau added a comment -

        Sorry, please try the link again. You won't be able to follow the links to wiki.icesoft.com, which are restricted to subscribers, but the details are in the jira.

        Show
        Philip Breau added a comment - Sorry, please try the link again. You won't be able to follow the links to wiki.icesoft.com, which are restricted to subscribers, but the details are in the jira.

          People

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

            Dates

            • Created:
              Updated:
              Resolved: