From be058b0c403bec6b2e337de80dd1331f49b0675a Mon Sep 17 00:00:00 2001 From: helge Date: Mon, 2 May 2005 22:32:20 +0000 Subject: [PATCH] git-svn-id: http://svn.opengroupware.org/SOPE/trunk@782 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-appserver/NGObjWeb/DynamicElements/WORadioButton.m | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sope-appserver/NGObjWeb/DynamicElements/WORadioButton.m b/sope-appserver/NGObjWeb/DynamicElements/WORadioButton.m index 508662bb..c1e22ec9 100644 --- a/sope-appserver/NGObjWeb/DynamicElements/WORadioButton.m +++ b/sope-appserver/NGObjWeb/DynamicElements/WORadioButton.m @@ -70,9 +70,12 @@ 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]; -- 2.39.5