Mercurial > hg > ismi-richfaces
comparison src/main/webapp/entry/person.xhtml @ 135:0183b8a09717
small fix.
author | casties |
---|---|
date | Fri, 24 Feb 2017 20:27:44 +0100 |
parents | 0078abf001fc |
children | 9cd25e1a58f0 |
comparison
equal
deleted
inserted
replaced
134:25bfcc9d757c | 135:0183b8a09717 |
---|---|
153 | 153 |
154 <h:outputText value="Died in" /> | 154 <h:outputText value="Died in" /> |
155 <ismi:autocomplete lo="#{CurrentPerson.deathPlaceLo}" /> | 155 <ismi:autocomplete lo="#{CurrentPerson.deathPlaceLo}" /> |
156 <h:outputText /> | 156 <h:outputText /> |
157 | 157 |
158 <h:outputText value="Lived in (event)" /> | 158 <h:outputText value="Lived in" /> |
159 <h:panelGrid columns="2" id="livedInEventPanel"> | 159 <h:panelGrid columns="2" id="livedInEventPanel"> |
160 <rich:dataTable var="item" | 160 <rich:dataTable var="item" |
161 value="#{CurrentPerson.livedInPlaces.entities}" | 161 value="#{CurrentPerson.livedInPlaces.entities}" |
162 rendered="#{!empty CurrentPerson.livedInPlaces.entities}" | 162 rendered="#{!empty CurrentPerson.livedInPlaces.entities}" |
163 style="width: 100%;"> | 163 style="width: 100%;"> |