Author: wsmoak
Date: Fri Sep  1 19:58:10 2006
New Revision: 439526

URL: http://svn.apache.org/viewvc?rev=439526&view=rev
Log:
Add a FAQ with entries to explain the missing tag attributes.
SB-21

Added:
    struts/sandbox/trunk/tiles/src/site/fml/
    struts/sandbox/trunk/tiles/src/site/fml/faq.fml
Modified:
    struts/sandbox/trunk/tiles/src/site/site.xml
    struts/sandbox/trunk/tiles/src/site/xdoc/index.xml

Added: struts/sandbox/trunk/tiles/src/site/fml/faq.fml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/src/site/fml/faq.fml?rev=439526&view=auto
==============================================================================
--- struts/sandbox/trunk/tiles/src/site/fml/faq.fml (added)
+++ struts/sandbox/trunk/tiles/src/site/fml/faq.fml Fri Sep  1 19:58:10 2006
@@ -0,0 +1,39 @@
+<?xml version="1.0"?>
+<!--
+Copyright 2006 The Apache Software Foundation
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!--
+// ======================================================================== 78
+-->
+<faqs title="Tiles 2 FAQ">
+    <part id="changes">
+        <faq id="attribute">
+            <question>What happened to 'attribute' and 'definition'?</question>
+            <answer>
+                <p>The 'attribute' and 'definition' tag attributes were 
removed.
+                    Use 'name' instead.
+                </p>
+            </answer>
+        </faq>
+        <faq id="bean">
+            <question>What happened to 'beanName' and 
'beanProperty'?</question>
+            <answer>
+                <p>The 'beanName' and 'beanProperty' tag attributes were 
removed
+                    with no replacement. Use EL instead. For example:
+                </p>
+                <code>&lt;tiles:put name="foo" value="${foo.bar}"/&gt;</code>
+            </answer>
+        </faq>
+    </part>
+</faqs>

Modified: struts/sandbox/trunk/tiles/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/src/site/site.xml?rev=439526&r1=439525&r2=439526&view=diff
==============================================================================
--- struts/sandbox/trunk/tiles/src/site/site.xml (original)
+++ struts/sandbox/trunk/tiles/src/site/site.xml Fri Sep  1 19:58:10 2006
@@ -21,6 +21,12 @@
 
         <menu name="Documentation">
             <item
+                   name="Welcome"
+                   href="/index.html"/>
+            <item
+                   name="FAQ"
+                   href="/faq.html"/>
+            <item
                     name="Javadoc"
                     href="/tiles-core/apidocs/index.html"/>
             <item
@@ -43,7 +49,7 @@
                     href="http://struts.apache.org/struts-sandbox"/>
             <item
                     name="Tiles 2"
-                    href="http://struts.apache.org/struts-sandbox/tiles"/>
+                    href="/index.html"/>
         </menu>
 
         ${modules}

Modified: struts/sandbox/trunk/tiles/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/src/site/xdoc/index.xml?rev=439526&r1=439525&r2=439526&view=diff
==============================================================================
--- struts/sandbox/trunk/tiles/src/site/xdoc/index.xml (original)
+++ struts/sandbox/trunk/tiles/src/site/xdoc/index.xml Fri Sep  1 19:58:10 2006
@@ -77,7 +77,7 @@
             href="http://struts.apache.org/mail.html";>here</a>.</p>
 
             <p>When posting to the list, please prefix your subject lines with
-            "[tiles]" so that list members can filter messages as desired.</p>
+            "[tiles2]" so that list members can filter messages as desired.</p>
 
         </section>
 


Reply via email to