ICEfaces
  1. ICEfaces
  2. ICE-7634

ace:dialog: ace:ajax event 'close' : Values not being updated, even with render="@all" & execute="@all"

    Details

    • Assignee Priority:
      P1

      Description

      I have a dialog with an ace:ajax tag embedded inside of it. There event type is 'close' and there is a listener call:
      <ace:ajax event="close" listener="${ajaxTestBean.closeEventListener}" />
      The default execute and render modes are being used which are "@all" for both.

      The form also contains three values bound to a bean:
      1. There is "message". This value is updated via the closeEventListener. (This is being updated on the page successfully)
      2. There is "valueA". This value increments itself in its setter. (This value is not being incremented or updated on the page)
      3. There is "valueB". This value also increments itself in its setter. (This value is not being incremented or updated on the page)

      When closing the dialog I would expect all values in the form to be updated (including valueA / valueB). However, this is not the case.

      To reproduce:
      1. Build / deploy test application.
      2. Navigate to 'Dialog Ajax ' test page.
      3. Follow the instructions on the page for the 'close Event Test'.
      Notice that the actual result is not what is expected (valueA & valueB are not updated).
      1. AjaxTestBean.java
        4 kB
        yip.ng
      2. dialogAjax.xhtml
        0.9 kB
        yip.ng
      1. screenshot-1.png
        108 kB
      2. screenshot-2.png
        100 kB
      3. screenshot-3.png
        88 kB
      4. screenshot-4.png
        83 kB

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #27180 Thu Jan 12 15:42:56 MST 2012 yip.ng ICE-7634: ace:dialog: ace:ajax event 'close' : Values not being updated, even with render="@all" & execute="@all".
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/dialog/Dialog.java

          People

          • Assignee:
            yip.ng
            Reporter:
            Cruz Miraback
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: