Are you expecting that Maverick will automatically pick up changes to
the files?  Lazy-load-templates just means that loading is delayed until
the first page request.  A different parameter (as of yet unimplemented)
would check the modification date on the files at every request.

Current plans are to put that in the 2.1 (or 2.0.1) release.  Is this a
critical "need it now!" kinda thing?

Jeff Schnitzer
[EMAIL PROTECTED]

> -----Original Message-----
> From: jim moore [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 27, 2002 7:49 PM
> To: [EMAIL PROTECTED]
> Subject: [Mav-user] lazy-load-templates
> 
> I just upgraded to mav 2 b2 and it seems that the lazy-load-templates
> param has stopped working. Here is the relevant snippet from
> maverick.xml:
> 
>       <modules>
>               <view-factory type="domify"
> provider="org.infohazard.maverick.opt.view.DomifyViewFactory"/>
>               <!-- Override the defaults for XSLTransformFactory -->
>               <transform-factory type="xslt"
> provider="org.infohazard.maverick.transform.XSLTransformFactory">
>                       <limit-transform-param value="maxTransforms"/>
>                       <lazy-load-templates value="true"/>
>               </transform-factory>
>       </modules>
> 
> Right now, I can't see changes to xsl's until I use the reload command
> despite the presence of the lazy-load-templates element in
maverick.xml
> 
> --jim
> 
> 
> _______________________________________________
> Mav-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/mav-user

_______________________________________________
Mav-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mav-user

Reply via email to