From 975e0b8cddb208e441574e65c336bddfb7692c93 Mon Sep 17 00:00:00 2001 From: Karl Kraft Date: Thu, 22 Jun 2000 20:22:30 +0000 Subject: [PATCH] The selectionList would consists of the descriptions of the selected objects. It has been fixed to contain the selected objects as per the spec. Also the TYPE=check in the html has been changed to TYPE=checkbox. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@6778 72102866-910b-0410-8b05-ffd578937521 --- GSWeb.framework/GSWCheckBoxList.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GSWeb.framework/GSWCheckBoxList.m b/GSWeb.framework/GSWCheckBoxList.m index 240cd6c..a245822 100644 --- a/GSWeb.framework/GSWCheckBoxList.m +++ b/GSWeb.framework/GSWCheckBoxList.m @@ -198,7 +198,7 @@ static char rcsId[] = "$Id$"; { if (!_selections) _selections=[NSMutableArray array]; - [_selections addObject:_valueValue]; + [_selections addObject:[item valueInComponent:_component]]; }; }; }; @@ -283,7 +283,7 @@ static char rcsId[] = "$Id$"; _displayStringValue=[displayString valueInComponent:_component]; [response_ appendContentString:@"