You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bridges-commits@portals.apache.org by at...@apache.org on 2005/10/01 18:12:44 UTC

svn commit: r292994 - /portals/bridges/trunk/struts/src/java/org/apache/portals/bridges/struts/config/RenderContextAttributes.java

Author: ate
Date: Sat Oct  1 09:12:34 2005
New Revision: 292994

URL: http://svn.apache.org/viewcvs?rev=292994&view=rev
Log:
Fix for (still undocumented) prefix attribute of RenderContextAttributes: PB-11

Modified:
    portals/bridges/trunk/struts/src/java/org/apache/portals/bridges/struts/config/RenderContextAttributes.java

Modified: portals/bridges/trunk/struts/src/java/org/apache/portals/bridges/struts/config/RenderContextAttributes.java
URL: http://svn.apache.org/viewcvs/portals/bridges/trunk/struts/src/java/org/apache/portals/bridges/struts/config/RenderContextAttributes.java?rev=292994&r1=292993&r2=292994&view=diff
==============================================================================
--- portals/bridges/trunk/struts/src/java/org/apache/portals/bridges/struts/config/RenderContextAttributes.java (original)
+++ portals/bridges/trunk/struts/src/java/org/apache/portals/bridges/struts/config/RenderContextAttributes.java Sat Oct  1 09:12:34 2005
@@ -55,7 +55,7 @@
             this.keep = keep;
         }
         
-        public boolean isPrefix()
+        public boolean isPrefixAttr()
         {
             return prefix;
         }
@@ -108,7 +108,7 @@
     {
         checkLoaded();
         
-        if (attribute.isPrefix())
+        if (attribute.isPrefixAttr())
         {
             prefixAttributesList.add(attribute);
         }



---------------------------------------------------------------------
To unsubscribe, e-mail: bridges-commits-unsubscribe@portals.apache.org
For additional commands, e-mail: bridges-commits-help@portals.apache.org