You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2005/07/24 23:05:49 UTC

svn commit: r224659 - /jakarta/commons/proper/betwixt/trunk/xdocs/guide/binding.xml

Author: rdonkin
Date: Sun Jul 24 14:05:46 2005
New Revision: 224659

URL: http://svn.apache.org/viewcvs?rev=224659&view=rev
Log:
Documentation improvements. Submitted by John M. Issue 35723.

Modified:
    jakarta/commons/proper/betwixt/trunk/xdocs/guide/binding.xml

Modified: jakarta/commons/proper/betwixt/trunk/xdocs/guide/binding.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/betwixt/trunk/xdocs/guide/binding.xml?rev=224659&r1=224658&r2=224659&view=diff
==============================================================================
--- jakarta/commons/proper/betwixt/trunk/xdocs/guide/binding.xml (original)
+++ jakarta/commons/proper/betwixt/trunk/xdocs/guide/binding.xml Sun Jul 24 14:05:46 2005
@@ -608,13 +608,16 @@
 <element
     name='SomeName' 
     property='someProperty' 
-    updater='setSomeProperty' 
-    forceAccessible="true"/>
+    updater='setSomeProperty' <!-- this attribute must be present -->
+    forceAccessible="true"/>  <!-- for this line to work -->
 ...
 ]]></source>
              <p>
 <strong>Note:</strong> when this attribute is set to true, Betwixt will conduct a search upwards through
-the superclasses if no matching methods are found in the implementation class. 
+the superclasses if no matching methods are found in the implementation class.  Also note that
+the <code>updater</code> must be specified even if the method conforms to JavaBean
+standards in order to override the accessibilty.  Overriding the accessibility of a
+method is subject to the <code>SecurityManager</code> currently in effect.
          </p>
     </subsection>
 </section>



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