Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5.1
-
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)?
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
- depends on
-
ICE-4196 Create test to catch class<Type> Error when binding with Boolean attribute
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
issue.field.bugzillaimportkey | 1172 | 12397 |
Assignee | Mark Collette [ mark.collette ] |
Salesforce Case | [] | |
Assignee Priority | P1 | |
Assignee | Adnan Durrani [ adnan.durrani ] |
Salesforce Case | [] | |
Fix Version/s | 1.8 [ 10161 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #18541 | Wed Mar 11 14:45:45 MDT 2009 | adnan.durrani | Fix for New setter added for primitive boolean public void setScrollable(boolean scrollable) |
Files Changed | ||||
![]() |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Adnan Durrani [ adnan.durrani ] | User Philip.breau [ philip.breau ] |
Fix Version/s | 1.8RC2 [ 10163 ] | |
Fix Version/s | 1.8 [ 10161 ] |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Assignee Priority | P1 | |
Resolution | Fixed [ 1 ] | |
Assignee | User Philip.breau [ philip.breau ] | Adnan Durrani [ adnan.durrani ] |
Fix Version/s | 1.8 [ 10161 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Adnan Durrani [ adnan.durrani ] |
Indeed a change to "boolean" fixes the issue.