<s:param name="menu">configuration</s:param>
</s:url>
<s:url id="scenario" namespace="/study" action="add-scenario"></s:url>
-<s:url id="idea" namespace="/study" action="notyetimplemented"></s:url>
+<s:url id="idea" namespace="/study" action="search-knowledge"></s:url>
<s:url id="back" namespace="/study" action="step-study"></s:url>
<table width=100% border=0 cellspacing=0 cellpadding=0>
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>
</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>
</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>
// Preparation of the display
_version = verstring.format(_mystudy.getVersion());
_credate = datstring.format(_mystudy.getDate());
- _lasdate = ""; // Not yet supported
+ _lasdate = datstring.format(_mystudy.getLastModificationDate());
_description = _mystudy.getDescription();
_involving = new ArrayList<Step>(1);
_context = new ArrayList<SimulationContextFacade>();