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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to