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

        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.

          People

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

            Dates

            • Created:
              Updated:
              Resolved: