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
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.