]> SALOME platform Git repositories - tools/siman.git/blobdiff - Workspace/Siman/WebContent/study/displayStudyProperties.jsp
Salome HOME
Integration of ISR fixes:
[tools/siman.git] / Workspace / Siman / WebContent / study / displayStudyProperties.jsp
index b1a6708545cc70b880b9e10c48ba81b3b872daa6..ee2188ca00483e7ec86453c2262c974f87e7b97a 100644 (file)
               <td colspan=3>
                     <s:if test="contributors.size > 0">
                       <s:iterator value="contributors" status="counter">
-                        <s:if test="#counter.last"><s:property value="toString()"/></s:if>
-                        <s:else><s:property value="toString()"/>,</s:else>
+                        <s:if test="#counter.last"><s:property value="getText(displayName)"/></s:if>
+                        <s:else><s:property value="getText(displayName)"/>,</s:else>
                       </s:iterator>
                     </s:if><s:else>
                       <s:property value="%{'-'}"/>
                     </s:else>
               </td>
-              <td><s:property value="%{author.toString()}"/></td>
+              <td><s:property value="%{getText(author.displayName)}"/></td>
             </tr>
             
         <!-- Readers functionality -->
@@ -69,8 +69,8 @@
                 </td>
                 <td colspan="4">
                   <s:iterator value="readers" status="counter">
-                    <s:if test="#counter.last"><s:property value="%{displayName}"/></s:if>
-                    <s:else><s:property value="%{displayName}"/>,</s:else>
+                    <s:if test="#counter.last"><s:property value="%{getText(displayName)}"/></s:if>
+                    <s:else><s:property value="%{getText(displayName)}"/>,</s:else>
                   </s:iterator>
                 </td>
             </tr>