ICEfaces
  1. ICEfaces
  2. ICE-1128

scrollable property error on dataTable in Facelets

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.5.1
    • Fix Version/s: 1.8RC2, 1.8
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      Operating System: Windows XP
      Platform: PC

      Description

      noted in the forum on many postings.

       WARNING: /main.xhtml @44,107 scrollable="true" Property 'scrollable' is not on
      type: com.icesoft.faces.component.ext.HtmlDataTable

      perhaps because we have HtmlDataTable.setScrollable(Boolean) instead of
      setScrollable(boolean)?

        Issue Links

          Activity

          Hide
          User KuettneS added a comment -

          Indeed a change to "boolean" fixes the issue.

          Show
          User KuettneS added a comment - Indeed a change to "boolean" fixes the issue.
          Hide
          Pablo Almeida added a comment -

          But, since 2006. I think it's time to correct this problem . I am working in 1.7.2 and this problem persist too. table.setScrollable(true); an I get the error: Caused by: java.lang.NoSuchMethodError: com.icesoft.faces.component.ext.HtmlDataTable.setScrollable(Z)V

          Show
          Pablo Almeida added a comment - But, since 2006. I think it's time to correct this problem . I am working in 1.7.2 and this problem persist too. table.setScrollable(true); an I get the error: Caused by: java.lang.NoSuchMethodError: com.icesoft.faces.component.ext.HtmlDataTable.setScrollable(Z)V
          Hide
          Frank Ye added a comment -

          unit case

          Show
          Frank Ye added a comment - unit case
          Hide
          Adnan Durrani added a comment -

          New setter added:

          public void setScrollable(boolean scrollable)

          Modified: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\ext\HtmlDataTable.java
          Sending content: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\ext\HtmlDataTable.java
          Completed: At revision: 18541

          Show
          Adnan Durrani added a comment - New setter added: public void setScrollable(boolean scrollable) Modified: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\ext\HtmlDataTable.java Sending content: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\ext\HtmlDataTable.java Completed: At revision: 18541
          Hide
          Adnan Durrani added a comment -

          Philip can you please verify this fix with your application.

          Show
          Adnan Durrani added a comment - Philip can you please verify this fix with your application.
          Hide
          Joanne Bai added a comment -

          QA tested it with success using component showcase Facelets version on ICEfaces 1.8.0 build 9 + Tomcat6

          Show
          Joanne Bai added a comment - QA tested it with success using component showcase Facelets version on ICEfaces 1.8.0 build 9 + Tomcat6

            People

            • Assignee:
              Unassigned
              Reporter:
              Philip Breau
            • Votes:
              4 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: