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

Reply via email to