You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by hu...@apache.org on 2006/08/20 17:24:15 UTC

svn commit: r432978 [4/4] - in /struts/struts2/trunk: ./ apps/blank/src/main/webapp/WEB-INF/pages/ apps/mailreader/src/main/webapp/pages/ apps/mailreader/src/main/webapp/pages/registration/ apps/portlet/src/main/webapp/WEB-INF/edit/ apps/portlet/src/ma...

Propchange: struts/struts2/trunk/core/src/main/resources/META-INF/struts-tags.tld
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: struts/struts2/trunk/core/src/site/site.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/site.xml?rev=432978&r1=432925&r2=432978&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/site.xml (original)
+++ struts/struts2/trunk/core/src/site/site.xml Sun Aug 20 08:24:09 2006
@@ -51,6 +51,9 @@
                     name="Release Notes"
                     href="http://cwiki.apache.org/WW/release-notes-200.html"
                     />        
+
+        </menu>
+        <menu name="Reference">
             <item
                     name="Struts API"
                     href="apidocs/index.html"
@@ -62,9 +65,14 @@
                     />        
 
             <item
-                    name="Taglib API"
-                    href="tags/index.html"
+                    name="Tag Reference"
+                    href="tagreference.html"
                     />        
+
+            <item
+                    name="Struts Tags API"
+                    href="tlddoc/index.html"
+                    />
 
             <item
                     name="Source Repository"

Modified: struts/struts2/trunk/core/src/test/resources/template/test/checkbox.jsp
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/test/resources/template/test/checkbox.jsp?rev=432978&r1=432977&r2=432978&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/test/resources/template/test/checkbox.jsp (original)
+++ struts/struts2/trunk/core/src/test/resources/template/test/checkbox.jsp Sun Aug 20 08:24:09 2006
@@ -1,4 +1,4 @@
-<%@ taglib prefix="s" uri="/tags" %>
+<%@ taglib prefix="s" uri="/struts-tags" %>
 
 <input type="checkbox" <s:if test="parameters['nameValue']">checked="checked"</s:if>
    name="<s:property value="parameters['name']"/>"

Modified: struts/struts2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=432978&r1=432977&r2=432978&view=diff
==============================================================================
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Sun Aug 20 08:24:09 2006
@@ -38,7 +38,7 @@
     <url>http://struts.apache.org/struts2</url>
     <description>Apache Struts Action Framework 2</description>
 
-    <inceptionYear>2006</inceptionYear>
+    <inceptionYear>2000</inceptionYear>
     
     <!--
     <description>