Salome HOME
Fix of study modification date in study properties section and admin display name...
[tools/siman.git] / Workspace / Siman / WebContent / study / searchKnowledge.jsp
index d4ec04a805a6e1bc4085a39183710483a78022b4..50e641ad5874bc476b94ee1c1d0594de592a9123 100644 (file)
@@ -60,7 +60,7 @@ $(document).ready(function () {
                                        style='width: <s:text name="size.search.select"/>' onChange="changeFilter()">
                                        <option value="0"><s:text name="criterion.anybody" /></option>
                                        <s:iterator value="candidates">
-                                               <s:if test="%{index == author}">
+                                               <s:if test="%{index == filter.author}">
                                                        <option value="<s:property value="index"/>" selected><s:property
                                                                value="toString()" /></option>
                                                </s:if>
@@ -207,7 +207,7 @@ $(document).ready(function () {
                                </s:url> <s:a href="%{open}" cssClass="link">
                                        <s:property value="title" />
                                </s:a></td>
-                               <td><s:property value="authorName" /></td>
+                               <td><s:property value="getText(authorName)" /></td>
                        </tr>
                </s:iterator>
        </table>