Author: michiel
Date: 2010-03-01 14:40:12 +0100 (Mon, 01 Mar 2010)
New Revision: 41206
Modified:
mmbase/trunk/applications/vpro-wizards/src/main/webapp/WEB-INF/tags/vpro-wizards/list/listbody.tagf
mmbase/trunk/applications/vpro-wizards/src/main/webapp/WEB-INF/tags/vpro-wizards/list/search.tag
Log:
orderby attribute of list:parentsearchlist did not work
Modified:
mmbase/trunk/applications/vpro-wizards/src/main/webapp/WEB-INF/tags/vpro-wizards/list/listbody.tagf
===================================================================
---
mmbase/trunk/applications/vpro-wizards/src/main/webapp/WEB-INF/tags/vpro-wizards/list/listbody.tagf
2010-03-01 13:27:59 UTC (rev 41205)
+++
mmbase/trunk/applications/vpro-wizards/src/main/webapp/WEB-INF/tags/vpro-wizards/list/listbody.tagf
2010-03-01 13:40:12 UTC (rev 41206)
@@ -5,7 +5,7 @@
</mm:fieldlist>
</c:if>
-<c:if test="${not empty requestScope.orderby}">
+<c:if test="${not empty orderby}">
<mm:sortorder field="${orderby}" direction="${direction}"/>
</c:if>
Modified:
mmbase/trunk/applications/vpro-wizards/src/main/webapp/WEB-INF/tags/vpro-wizards/list/search.tag
===================================================================
---
mmbase/trunk/applications/vpro-wizards/src/main/webapp/WEB-INF/tags/vpro-wizards/list/search.tag
2010-03-01 13:27:59 UTC (rev 41205)
+++
mmbase/trunk/applications/vpro-wizards/src/main/webapp/WEB-INF/tags/vpro-wizards/list/search.tag
2010-03-01 13:40:12 UTC (rev 41206)
@@ -1,7 +1,7 @@
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"
%><%...@taglib prefix="mm" uri="http://www.mmbase.org/mmbase-taglib-2.0"
-%><%...@taglib prefix="util" tagdir="/WEB-INF/tags/vpro-wizards/util"%>
-
+%><%...@taglib prefix="util" tagdir="/WEB-INF/tags/vpro-wizards/util"
+%>
<%@ attribute name="nodetype" description="the node type this search will
show" %>
<%@ attribute name="wizardfile" description="the name of the wizard that is
called to edit the node (minus .jsp). when empyt editing is disabled" %>
<%@ attribute name="collapsed" type="java.lang.Boolean" description="wether
the search element is collapsed to a single bar. Default is false" %>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs