uirepeat Questions

1

Solved

I am trying to conditionally build a custom list using <ui:repeat>. On every occurrence of -1 as item-value in list, I need to add a line break. I tried to use <c:if> inside <ui:rep...
Josephson asked 30/8, 2011 at 19:6

2

Solved

I have bean "MyBean", which has property HashMap - "map" which values type is MyClass. I want to show some properties of map in jsf using ui:repeat. But these code: <ui:repeat var="var" value="...
Workingman asked 14/5, 2011 at 12:13

4

Solved

I have implemented a list created by a repeater: <ui:repeat value="#{projectData.paginator.list}" var="project"> <h:outputText value="#{project.title}" /> </ui:repeat> and a B...
Hajji asked 23/8, 2010 at 12:41

© 2022 - 2024 — McMap. All rights reserved.