Mercurial > hg > ismi-richfaces
diff src/main/webapp/merge/importMerge.xhtml @ 101:16cbff5deb09
nicer display of import merge.
author | casties |
---|---|
date | Tue, 01 Nov 2016 19:44:01 +0100 |
parents | 9b02c9af49b0 |
children | c03527c428f5 |
line wrap: on
line diff
--- a/src/main/webapp/merge/importMerge.xhtml Mon Oct 31 18:32:15 2016 +0100 +++ b/src/main/webapp/merge/importMerge.xhtml Tue Nov 01 19:44:01 2016 +0100 @@ -90,6 +90,10 @@ <h:outputText value="#{Session.importMerge.firstEntity.getObjectClass()}" /> <h:outputText value="#{Session.importMerge.secondEntity.getObjectClass()}" /> + <h:outputText value="Own Value" /> + <h:outputText value="#{Session.importMerge.firstEntity.getOwnValue()}" /> + <h:outputText value="#{Session.importMerge.secondEntity.getOwnValue()}" /> + </h:panelGrid> <h:panelGrid columns="2" styleClass="createPanel"