You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by Apache Wiki <wi...@apache.org> on 2006/04/18 12:13:44 UTC

[Jakarta-velocity Wiki] Update of "SilentParseInclude" by ChristopherTownson

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-velocity Wiki" for change notification.

The following page has been changed by ChristopherTownson:
http://wiki.apache.org/jakarta-velocity/SilentParseInclude

------------------------------------------------------------------------------
              return Velocity.resourceExists(template);
          }
          
-         return this.engine.resourceExists(template);
+         return this.engine.templateExists(template);
      }
  
  }
@@ -53, +53 @@

  {{{
  <tool>
    <key>ftest</key>
-   <scope>application</scope>
+   <scope>request</scope>
    <class>org.apache.velocity.tools.generic.TemplateExistsTool</class>
  </tool>
  }}}

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org