You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2005/11/19 18:36:31 UTC

svn commit: r345657 - in /struts/taglib/trunk: project.xml src/java/org/apache/struts/taglib/logic/MessagesPresentTag.java xdocs/navigation.xml

Author: wsmoak
Date: Sat Nov 19 09:36:20 2005
New Revision: 345657

URL: http://svn.apache.org/viewcvs?rev=345657&view=rev
Log:
Changed to version 1.4.2 of the Maven Taglib Plugin to fix the broken links in the Taglib Reference summaries.
Removed links to Taglib Reference pages from the menu, they are linked from the Guides.

Modified:
    struts/taglib/trunk/project.xml
    struts/taglib/trunk/src/java/org/apache/struts/taglib/logic/MessagesPresentTag.java
    struts/taglib/trunk/xdocs/navigation.xml   (contents, props changed)

Modified: struts/taglib/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/project.xml?rev=345657&r1=345656&r2=345657&view=diff
==============================================================================
--- struts/taglib/trunk/project.xml (original)
+++ struts/taglib/trunk/project.xml Sat Nov 19 09:36:20 2005
@@ -112,7 +112,7 @@
     <dependency>
       <groupId>maven-taglib</groupId>
       <artifactId>maven-taglib-plugin</artifactId>
-      <version>1.4.1</version>
+      <version>1.4.2</version>
       <type>plugin</type>
       <url>http://maven-taglib.sourceforge.net</url>
     </dependency>

Modified: struts/taglib/trunk/src/java/org/apache/struts/taglib/logic/MessagesPresentTag.java
URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/src/java/org/apache/struts/taglib/logic/MessagesPresentTag.java?rev=345657&r1=345656&r2=345657&view=diff
==============================================================================
--- struts/taglib/trunk/src/java/org/apache/struts/taglib/logic/MessagesPresentTag.java (original)
+++ struts/taglib/trunk/src/java/org/apache/struts/taglib/logic/MessagesPresentTag.java Sat Nov 19 09:36:20 2005
@@ -60,7 +60,6 @@
      * Evaluate the condition that is being tested by this particular tag,
      * and return <code>true</code> if the nested body content of this tag
      * should be evaluated, or <code>false</code> if it should be skipped.
-     * This method must be implemented by concrete subclasses.
      *
      * @exception JspException if a JSP exception occurs
      */
@@ -75,7 +74,6 @@
      * Evaluate the condition that is being tested by this particular tag,
      * and return <code>true</code> if there is at least one message in the
      * class or for the property specified.
-     * This method must be implemented by concrete subclasses.
      *
      * @param desired Desired outcome for a true result
      *

Modified: struts/taglib/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/xdocs/navigation.xml?rev=345657&r1=345656&r2=345657&view=diff
==============================================================================
--- struts/taglib/trunk/xdocs/navigation.xml (original)
+++ struts/taglib/trunk/xdocs/navigation.xml Sat Nov 19 09:36:20 2005
@@ -14,12 +14,6 @@
             <item name="Indexed Properties" href="indexedprops.html"/>    
             <item name="Secure Socket Layer and Web Applications " href="ssl.html"/>    
         </menu>
-        <menu name="Struts JSP Taglib Reference">
-            <item name="Bean" href="tagreference-struts-bean.html"/>    
-            <item name="HTML" href="tagreference-struts-html.html"/>
-            <item name="Logic" href="tagreference-struts-logic.html"/>
-            <item name="Nested" href="tagreference-struts-nested.html"/>
-        </menu>
 
         <menu name="Quick Links">
             <item name="Display Tag" 

Propchange: struts/taglib/trunk/xdocs/navigation.xml
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: svn commit: r345657 - in /struts/taglib/trunk: project.xml src/java/org/apache/struts/taglib/logic/MessagesPresentTag.java xdocs/navigation.xml

Posted by Wendy Smoak <ws...@gmail.com>.
On 11/19/05, wsmoak@apache.org <ws...@apache.org> wrote:

> Modified:
>     struts/taglib/trunk/src/java/org/apache/struts/taglib/logic/MessagesPresentTag.java

>       * Evaluate the condition that is being tested by this particular tag,
>       * and return <code>true</code> if the nested body content of this tag
>       * should be evaluated, or <code>false</code> if it should be skipped.
> -     * This method must be implemented by concrete subclasses.

I didn't mean to include that one, so it's not in the log message...
it's just removing a comment copied from the abstract method in
ConditionalTagBase.

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org