Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.0 Final
-
Fix Version/s: 1.1 Final
-
Component/s: None
-
Labels:None
-
Environment:jsf 2, icefaces 2, mobile
Description
outputList should be able to take a list of items as input which can be rendered as a group with the same type of item display (thumb or default).
in this format, the outputList will then use itemStyle (to overwrite style) and itemType (for thumb or default) so the renderer can display the items properly. If mixed type is required, then users should use the old style of formatting
in this format, the outputList will then use itemStyle (to overwrite style) and itemType (for thumb or default) so the renderer can display the items properly. If mixed type is required, then users should use the old style of formatting
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26331 | Fri Nov 11 11:29:14 MST 2011 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/lists2.xhtml
|
Judy Guglielmin
created issue -
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26358 | Tue Nov 15 07:17:17 MST 2011 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/components/component/src/org/icefaces/component/list/OutputListRenderer.java
|
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Steve Maryka [ steve.maryka ] | Judy Guglielmin [ judy.guglielmin ] |
Judy Guglielmin
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26402 | Wed Nov 16 15:22:06 MST 2011 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/components/component/src/org/icefaces/component/list/OutputListMeta.java
MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/list/OutputListRenderer.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26409 | Wed Nov 16 17:12:01 MST 2011 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/components/component/src/org/icefaces/component/list/OutputListRenderer.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26410 | Wed Nov 16 17:47:13 MST 2011 | judy.guglielmin | |
Files Changed | ||||
ADD
/icemobile/trunk/icemobile/components/component/src/org/icefaces/component/list/OutputListItems.java
MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/lists2.xhtml MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/java/org/icefaces/mobile/ListBean.java ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/list/OutputListItemsRenderer.java ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/list/OutputListItemsMeta.java |
Migration
made changes -
Fix Version/s | 1.1 Final [ 10343 ] |
Migration
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
I haven't had a chance to test the new new "var" attribute for list iteration but I have notice a serious regression. The outputList component no longer renders it's children if "var" is not supplied. This breaks all of our demos.
If it is not possible to create a dual mode component then a new outputListSeries component should be created.