Author: michiel
Date: 2010-03-01 13:12:59 +0100 (Mon, 01 Mar 2010)
New Revision: 41199

Modified:
   
mmbase/trunk/applications/vpro-wizards/src/main/webapp/WEB-INF/tags/vpro-wizards/util/flushnamefilter.tag
Log:
it seems that this tag does not corresponde iwth the actual property names in 
the Bean. I've no idea when this got broken

Modified: 
mmbase/trunk/applications/vpro-wizards/src/main/webapp/WEB-INF/tags/vpro-wizards/util/flushnamefilter.tag
===================================================================
--- 
mmbase/trunk/applications/vpro-wizards/src/main/webapp/WEB-INF/tags/vpro-wizards/util/flushnamefilter.tag
   2010-03-01 11:03:42 UTC (rev 41198)
+++ 
mmbase/trunk/applications/vpro-wizards/src/main/webapp/WEB-INF/tags/vpro-wizards/util/flushnamefilter.tag
   2010-03-01 12:12:59 UTC (rev 41199)
@@ -33,8 +33,8 @@
             <c:set var="type" ><mm:nodeinfo type="type"/></c:set>
                 <jsp:useBean id="filter" 
class="org.mmbase.applications.vprowizards.spring.cache.FlushNameTemplateBean"/>
                 <jsp:setProperty name="filter" property="template" 
value="${flushname}"/>
-                <jsp:setProperty name="filter" property="nodenr" 
value="${nodenr}"/>
-                <jsp:setProperty name="filter" property="type" 
value="${type}"/>
+                <jsp:setProperty name="filter" property="nodeNumber" 
value="${nodenr}"/>
+                <jsp:setProperty name="filter" property="nodeType" 
value="${type}"/>
                 <jsp:setProperty name="filter" property="cloud" 
value="${cloud}"/>
             <c:set var="result"><jsp:getProperty name="filter" 
property="template"/></c:set>
         </mm:node>

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to