From: Emile S. <em...@al...> - 2003-07-20 20:51:20
|
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 |