Also, the setting enabled="false" doesn't seem to have any effect here.
Koen > -----Oorspronkelijk bericht----- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Namens Van Daele, Koen > Verzonden: donderdag 29 maart 2007 10:28 > Aan: Agavi Users Mailing List > Onderwerp: [Agavi-Users] Some caching issues > > Hello, > > I recently launched my first production site using Agavi > 0.11. I think I may have discoverd some problems with the caching: > ItemTonen.xml: > <configuration environment="production"> > <caching method="read" lifetime="1day" enabled="false"> > <group source="request_parameter">id</group> > <view>Success</view> > <output type name="html"> > <layer name="content"/ > > </output type> > </caching> > </configuration> > > Problems: > This action serves a view with 2 execute methods: > executeHtml() and executePrint(). Whenever the executePrint() > gets called I get and error in the template that a value > isn't set. It seems that the executePrint() method in the > view gets called but the action doesn't get called. I just > noticed I have the same problem with a view that servers both > html and rss. > > I think it should be possible to cache 1 output type but not another? > > Other than that it's working fine and I'm really happy with Agavi. > > Greetz, > Koen > > _______________________________________________ > users mailing list > [email protected] > http://lists.agavi.org/mailman/listinfo/users > _______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
