> 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.
That's not possible. The action and the view are cached separately. Sorry. Chicken-and-egg situation, no way to solve it properly. David _______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
