Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for 
change notification.

The following page has been changed by MarceloLotif:
http://wiki.apache.org/tapestry/Tapestry5SelectObject

The comment on the change is:
Change in the processSubmission method to becompatible with the 5.0.7 release

------------------------------------------------------------------------------
     private ValueEncoderSource _valueEncoderSource;
  
     @Override
+    //For versions before the 5.0.7 release, you must use this method 
signature:
-    protected void processSubmission(FormSupport formSupport, String 
elementName)
+    //protected void processSubmission(FormSupport formSupport, String 
elementName)
+    protected void processSubmission(String elementName)
     {
         _encoder = new GenericValueEncoder<Object>(_list, _labelField, 
propertyAccess);
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to