Author: apetrelli Date: Fri Oct 13 05:00:51 2006 New Revision: 463658 URL: http://svn.apache.org/viewvc?view=rev&rev=463658 Log: SB-54 Added FAQ entry for the change of name of the "controller" concept into "preparer"
Modified: struts/sandbox/trunk/tiles/src/site/fml/faq.fml Modified: struts/sandbox/trunk/tiles/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/src/site/fml/faq.fml?view=diff&rev=463658&r1=463657&r2=463658 ============================================================================== --- struts/sandbox/trunk/tiles/src/site/fml/faq.fml (original) +++ struts/sandbox/trunk/tiles/src/site/fml/faq.fml Fri Oct 13 05:00:51 2006 @@ -88,10 +88,15 @@ </answer> </faq> <faq id="controller"> - <question>What happened to controllerURL and controllerClass? + <question>What happened to controllerUrl and controllerClass and the + <code>Controller</code> Java class? </question> <answer> - <p>TODO</p> + <p>The "controller" concept has been replaced with "preparer", + to avoid confusion with "controller" as in MVC model. + <code>Controller</code> class has been renamed to + <code>ViewPreparer</code>, while the attributes have been + renamed to "preparerUrl" and "preparerClass".</p> </answer> </faq> <faq id="definition-id">