Basically, I had the problem I described and tried to fix it by putting enabled="false". The problem did not go away so it looked like the caching mechanism was still operational at some level. In the end I had to delete the .xml files in cache to remove caching.
Koen > -----Oorspronkelijk bericht----- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Namens David Zülke > Verzonden: maandag 2 april 2007 13:53 > Aan: Agavi Users Mailing List > Onderwerp: Re: [Agavi-Users] Some caching issues > > Hm, I can't reproduce that!? > > > David > > > > > Am 29.03.2007 um 10:32 schrieb Van Daele, Koen: > > > 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 > > > > > _______________________________________________ > users mailing list > [email protected] > http://lists.agavi.org/mailman/listinfo/users > _______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
