30 May
2001
30 May
'01
12:34 p.m.
On Wed, 30 May 2001, [iso-8859-1] Max M�ller Rasmussen wrote:
Error Type: Bad Request Error Value: The id "laeringsGraf" is invalid--it is already in use. ... imageID = 'laeringsGraf' self._setObject(imageID, OFS.Image.Image(imageID,'L�rings graf','')) self._getOb(imageID).update_data(data)
I'm not sure. I got a similar behaviour once when I di osomething like this: _setObject('id', someclass('anotherid', '')) If I recoall correctly, I couldn't see neither of them with objectIds() but I couldn't add 'id' or 'anotherid' either. Or something like that. It certainly doesn't look like that's your problem... I don't know :)