Hervé Guidetti wrote:

> 9/14/00 1:47 PM WM EXCPT org.webmacro.InvalidTypeException: No such type:
> template
>  at org.webmacro.broker.ResourceBroker.locate(ResourceBroker.java, Compiled
> Code)

Gotcha! The WebMacro.properties was copied from Turbine. Now the Turbine
is providing WebMacro with templates, so default webmacro template provider
was disabled in the config file.
If you want to use WebMacro standalone, your WM.properties must look like
this:

<snip>
Providers = org.webmacro.resource.HandlerProvider \
            org.webmacro.resource.UrlProvider \
            org.webmacro.engine.DirectiveProvider \
            org.webmacro.engine.ParserProvider \
            org.webmacro.resource.TemplateProvider
<snip>

This should take you one step further :))

Rafal


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to