NIHVIVO-142 Consolidated code to display data and object properties in entityBasic.jsp

This commit is contained in:
rjy7 2010-03-23 18:43:59 +00:00
parent 2eee890143
commit 1085a57957

View file

@ -266,24 +266,12 @@ RY Description not working - FIX
</p:process> </p:process>
<%-- Properties --%> <%-- Properties --%>
<c:import url="${entityMergedPropsListJsp}">
<c:choose> <c:param name="mode" value="${showEdits ? 'edit' : ''}"/>
<c:when test="${showEdits}"> <c:param name="grouped" value="false"/>
<c:import url="${entityMergedPropsListJsp}"> <%-- unless a value is provided, properties not assigned to a group will not have a tab or appear on the page --%>
<c:param name="mode" value="edit"/> <c:param name="unassignedPropsGroupName" value=""/>
<c:param name="grouped" value="false"/> </c:import>
<%-- unless a value is provided, properties not assigned to a group will not have a tab or appear on the page --%>
<c:param name="unassignedPropsGroupName" value=""/>
</c:import>
</c:when>
<c:otherwise>
<c:import url="${entityMergedPropsListJsp}">
<c:param name="grouped" value="false"/>
<%-- unless a value is provided, properties not assigned to a group will not have a tab or appear on the page --%>
<c:param name="unassignedPropsGroupName" value=""/>
</c:import>
</c:otherwise>
</c:choose>
<p:process> <p:process>
<%-- Citation, if no thumbnail --%> <%-- Citation, if no thumbnail --%>