Salve Ivan, IMHO you should use AJAX to avoid page-reload. Don't use frames. ZF can be used with AJAX applications the same way you use it with classic page-reloading apps -- XHRs are requests action controllers.
Ádám On 8/13/07, Ivan Ruiz Gallego <[EMAIL PROTECTED]> wrote: > Hello everyone, > > I have the following problem: We have a simple ZF-site with a simple > layout (header, body, footer). Now, I need to introduce frames. The > current site will be loaded in the main frame. A second frame contains > some elements (e.g. embedded sound) that shouldn't be reloaded. Can > someone give me a hint about how this could be done using ZF? Thank you! > > Best regards, > Ivan.
