Author: wsmoak
Date: Sun Sep 17 15:28:16 2006
New Revision: 447163

URL: http://svn.apache.org/viewvc?view=rev&rev=447163
Log:
Update the FAQ for changes in the Tiles 2 Taglib, and start a section for DTD 
changes.
SB-21 SB-30

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=447163&r1=447162&r2=447163
==============================================================================
--- struts/sandbox/trunk/tiles/src/site/fml/faq.fml (original)
+++ struts/sandbox/trunk/tiles/src/site/fml/faq.fml Sun Sep 17 15:28:16 2006
@@ -17,7 +17,8 @@
 // ======================================================================== 78
 -->
 <faqs title="Tiles 2 FAQ">
-    <part id="changes">
+    <part id="taglib-faq">
+        <title>Tiles 2 Taglib</title>
         <faq id="name">
             <question>What happened to 'attribute' and 'definition'?</question>
             <answer>
@@ -44,18 +45,40 @@
                 <code>&lt;tiles:put name="foo" value="${foo.bar}"/&gt;</code>
             </answer>
         </faq>
-        <faq id="todo1">
+        <faq id="insert-type">
+            <question>Is the insert tag's 'type' attribute required?
+            </question>
+            <answer>
+                <p>The "type" attribute should not be required: it is useful 
only to
+                distinguish between "definition" and "attribute" in the case 
that we
+                have a definition and an attribute with the same name.</p>
+                <p>However, we've seen reports of errors if it is not used.
+                Please comment on <a 
href="http://issues.apache.org/struts/browse/SB-46";>SB-46</a>
+                if you have more information.</p>
+            </answer>
+        </faq>
+        <faq id="controller">
             <question>What happened to controllerURL and controllerClass?
             </question>
             <answer>
-                <p>TODO - Did this change to 'type'?</p>
+                <p>TODO</p>
             </answer>
         </faq>
-        <faq id="todo2">
+        <faq id="definition-id">
             <question>What happened to the 'id' attribute of DefinitionTag?
             </question>
             <answer>
                 <p>TODO - Did this change to 'name'?</p>
+            </answer>
+        </faq>
+    </part>
+    <part id="dtd-faq">
+        <title>Tiles 2 DTD</title>
+        <faq id="todo">
+            <question>What happened to ... ?</question>
+            <answer>
+                <p>TODO
+                </p>
             </answer>
         </faq>
     </part>


Reply via email to