Hi all, I am still in the starting phase of a new application that might grow to quite a few runmodes. So I decided to break my App into smaller parts and connect them with the help of CA::Dispatch.
This works quite nicely with (until now) only one problem left: At the end of a few runmodes I don't want to create runmode-specific output but forward to another runmode instead. Now, the target of this forwarding is in another (sub-)App and I don't know how to forward across App boundaries. Well, I could output a minimal response with a redirect header but that would make the forward somewhat external and would make the whole thing even slower because then the click on 'submit' would cause two complete request/response cycles with Application initialisation and everything until the user gets some response. So, is it somehow possible to use CAP::Forward to forward across App boundaries? Or should I use multiple inheritance to also have the runmodes of the target App in my submitted App? Any other ideas? Thanks, Michael --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
