Yes, I believe this is different than the way the 1.0 version work (by
using preloadTemplates). In 1.0, this indicated that the template should
be loaded from the file system on each request, instead of cached. This
made it read the file on each request.

Jim, Is that what you were expecting?

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Jeff
Schnitzer
Sent: Friday, March 01, 2002 11:50 AM
To: [EMAIL PROTECTED]
Subject: RE: [Mav-user] lazy-load-templates

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

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

Reply via email to