]> err.no Git - sope/commitdiff
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@782 e4a50df8-12e2-0310-a44c-efbce...
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 2 May 2005 22:32:20 +0000 (22:32 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 2 May 2005 22:32:20 +0000 (22:32 +0000)
sope-appserver/NGObjWeb/DynamicElements/WORadioButton.m

index 508662bbe7c830f3b87c415a51f5f91639e67f1c..c1e22ec9a9170346e9ca1664060c2c26f5cf4066 100644 (file)
   if ([self->disabled boolValueInComponent:sComponent])
     return;
   
+  // TODO: this seems to have issues
+  
   formValue = [_req formValueForKey:OWFormElementName(self, _ctx)];
 
   if (self->checked) {
+    // TODO: check needs element-ids?
     if ([self->checked isValueSettable]) {
       [self->checked setBoolValue:[formValue isEqual:[_ctx elementID]]
                      inComponent:sComponent];