* GSWeb.framework/GSWWOCompatibility.h: Fix typo.

* GSWeb.framework/GSWURLValuedElementData.m
	([GSWURLValuedElementData initWithData:mimeType:key:]): Call
	stringUniqueIdWithLength: with minimal allowed length.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18434 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
ayers 2004-01-18 13:06:12 +00:00
parent ff0705c527
commit ee5aacb921
9 changed files with 349 additions and 34 deletions

View file

@ -41,7 +41,7 @@
GSWAssociation* _formValue;
GSWAssociation* _formValues;
GSWAssociation* _invokeAction;
GSWAssociation* _elementId;
GSWAssociation* _elementID;
GSWAssociation* _otherTagString;
NSDictionary* _otherAssociations;
BOOL _hasFormValues;
@ -63,8 +63,8 @@
-(void)takeValuesFromRequest:(GSWRequest*)request
inContext:(GSWContext*)context;
-(id)_elementNameAppenedToResponse:(GSWResponse*)response
inContext:(GSWContext*)context;
-(id)_elementNameAppendToResponse:(GSWResponse*)response
inContext:(GSWContext*)context;
-(void)_appendTagWithName:(NSString*)name
toResponse:(GSWResponse*)response