From: Keats <ke...@xa...> - 2004-05-25 17:35:23
|
You should be able to use templets with 1.1. Just make sure the classes are in your distro and include the following lines in your WebMacro.properties file: Directives.templet: org.webmacro.directive.TempletDirective Directives.eval: org.webmacro.directive.EvalDirective Good luck. Keats ----- Original Message ----- From: "Lane Sharman" <la...@op...> To: <web...@li...> Sent: Tuesday, May 25, 2004 11:18 AM Subject: Re: [WebMacro-user] #templet no such Macro or Directive error > You need to be using webmacro 2.0, the latest release. > > web...@gj... wrote: > > > Hi, > > > > I'm upgrading an old webapp from webmacro 1.0 to 1.1 and adding a few > > things on. > > > > As part of the upgrade I'm trying to use #templet/#eval for a > > recursive operation but get a build exception: > > > > org.webmacro.engine.BuildException: #templet: no such Macro or Directive > > > > According to http://www.webmacro.org/AllDirectives #templet is an > > available but optional directive - where/how do I enable it? > > > > TIA, > > > > Graeme - > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: Oracle 10g > > Get certified on the hottest thing ever to hit the market... Oracle > > 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. > > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > > _______________________________________________ > > Webmacro-user mailing list > > Web...@li... > > https://lists.sourceforge.net/lists/listinfo/webmacro-user > > > > -- > Lane Sharman > Providing Private and SPAM-Free Email > http://www.opendoors.com > 858-755-2868 > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Webmacro-user mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webmacro-user > |