ICEfaces
  1. ICEfaces
  2. ICE-9052

Datatable rows disappear after changing column width

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 3.2
    • Fix Version/s: 3.3
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      Myfaces
    • Assignee Priority:
      P2

      Description

      Datatable rows disappear after changing column width when running ICE-3381 test. This occurs only when running with Myfaces regardless of the diffConfig setup.

        Activity

        Mircea Toma created issue -
        Mircea Toma made changes -
        Field Original Value New Value
        Assignee Mircea Toma [ mircea.toma ]
        Mircea Toma made changes -
        Affects Version/s 3.2 [ 10338 ]
        Mircea Toma made changes -
        Fix Version/s 3.3 [ 10370 ]
        Mircea Toma made changes -
        Assignee Priority P2 [ 10011 ]
        Hide
        Mircea Toma added a comment -

        Myfaces seems to serialize/deserialize the view scoped beans in between requests, unlike Mojarra who keeps the beans around. This causes the TestBean.model field in ICE-3381 test to be reset to null since it is marked as transient.

        Show
        Mircea Toma added a comment - Myfaces seems to serialize/deserialize the view scoped beans in between requests, unlike Mojarra who keeps the beans around. This causes the TestBean.model field in ICE-3381 test to be reset to null since it is marked as transient.
        Hide
        Mircea Toma added a comment -

        Modified test to store the column data as a string array in a non-transient field. The DataModel returned by the bean will be created of using this string array.

        Show
        Mircea Toma added a comment - Modified test to store the column data as a string array in a non-transient field. The DataModel returned by the bean will be created of using this string array.
        Mircea Toma made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Mircea Toma
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: