[rhmessaging-commits] rhmessaging commits: r2629 - mgmt/trunk/cumin/python/wooly.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Mon Oct 13 14:03:40 EDT 2008


Author: justi9
Date: 2008-10-13 14:03:40 -0400 (Mon, 13 Oct 2008)
New Revision: 2629

Modified:
   mgmt/trunk/cumin/python/wooly/forms.py
Log:
Add param get method to RadioField

Modified: mgmt/trunk/cumin/python/wooly/forms.py
===================================================================
--- mgmt/trunk/cumin/python/wooly/forms.py	2008-10-13 17:58:01 UTC (rev 2628)
+++ mgmt/trunk/cumin/python/wooly/forms.py	2008-10-13 18:03:40 UTC (rev 2629)
@@ -346,6 +346,9 @@
 
         option.param = self.param
 
+    def get(self, session):
+        return self.param.get(session)
+
     def render_inputs(self, session, *args):
         writer = Writer()
 




More information about the rhmessaging-commits mailing list