Front controller by having webwork eg. filter dispatcher decides what to do with your http request eg. execute the action and then the result. Page controller is something like the
<@ww.action ... />
tag that's used in the page resulting in webwork doing a separate action and result execution as a result of rendering the page despite the bigger action execution that causes the page to be render.
No comments:
Post a Comment