From: Ted S. <te...@su...> - 2003-07-20 22:08:22
|
Hello, I've been wondering this myself. I _think_ that, in the original struts, a forward forwards to another action on the server side whereas a redirect uses an html redirect or the "location" header to do a client-side redirect. Ted ----- Original Message ----- From: "Emile Snyder" <em...@al...> To: <phr...@li...> Sent: Sunday, July 20, 2003 4:53 PM Subject: [Phrame-devel] non-redirect forwards in ActionController question > Hi all, > > I'm new to phrame, and to struts. I found phrame through the > php|architect articles, and it looked like a good fit for some of the > projects I'm working on now. I've been reading the docs on the site, > installing and playing with the phrame2-examples, and reading up on and > playing with struts using tomcat. > > I'm confused by the distinction between redirect ActionForwards and > non-redirect ones in Phrame. Under struts the redirect uses an html > redirect directive to the browser, while the non-redirect version > doesn't, which makes sense to me. In phrame > ActionController::_processForward however, the non-redirect is identical > to the redirect form except that it clears the session first. Why is > this? > > thanks, > -Emile Snyder > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: VM Ware > With VMware you can run multiple operating systems on a single machine. > WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the > same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 > _______________________________________________ > Phrame-devel mailing list > Phr...@li... > https://lists.sourceforge.net/lists/listinfo/phrame-devel > > |