Daniel or Leszek, could you review this please. (I have tried to run the Unit test suite but was overwhelmed by the output) Thanks!

[EMAIL PROTECTED] wrote:
Author: reinhard
Date: Wed May 18 04:30:12 2005
New Revision: 170733

URL: http://svn.apache.org/viewcvs?rev=170733&view=rev
Log:
following Daniel's advice 
(http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=111640238401270&w=2)

Modified:
    
cocoon/blocks/unsupported/template/trunk/java/org/apache/cocoon/template/instruction/Set.java

Modified: 
cocoon/blocks/unsupported/template/trunk/java/org/apache/cocoon/template/instruction/Set.java
URL: 
http://svn.apache.org/viewcvs/cocoon/blocks/unsupported/template/trunk/java/org/apache/cocoon/template/instruction/Set.java?rev=170733&r1=170732&r2=170733&view=diff
==============================================================================
--- 
cocoon/blocks/unsupported/template/trunk/java/org/apache/cocoon/template/instruction/Set.java
 (original)
+++ 
cocoon/blocks/unsupported/template/trunk/java/org/apache/cocoon/template/instruction/Set.java
 Wed May 18 04:30:12 2005
@@ -76,7 +76,7 @@
         } catch (Exception exc) {
             throw new SAXParseException(exc.getMessage(), getLocation(), exc);
         }
-        if (value == null) {
+        if (this.value == null) {
             NodeList nodeList =
                 Invoker.toDOMNodeList("set", this,
                                       expressionContext, executionContext,





--
Reinhard PÃtz Independent Consultant, Trainer & (IT)-Coach


{Software Engineering, Open Source, Web Applications, Apache Cocoon}

                                       web(log): http://www.poetz.cc
--------------------------------------------------------------------




Reply via email to