werken      2002/06/12 13:12:46

  Modified:    jelly/src/java/org/apache/commons/jelly/tags/werkz
                        AttainGoalTag.java
  Log:
  making sure the body runs at the correct point in time.
  
  Revision  Changes    Path
  1.2       +3 -3      
jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/werkz/AttainGoalTag.java
  
  Index: AttainGoalTag.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/werkz/AttainGoalTag.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AttainGoalTag.java        12 Jun 2002 06:07:29 -0000      1.1
  +++ AttainGoalTag.java        12 Jun 2002 20:12:46 -0000      1.2
  @@ -107,12 +107,12 @@
   
           Project project = projectTag.getProject();
   
  +        getBody().run(context, output);
  +
           project.attainGoal( getName(),
                               session );
           
  -        // getBody().run(context, output);
       }
  -
       
       // Properties
       //------------------------------------------------------------------------- 
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to