Did you know that by overriding the method &quot;HTTPPostDatum&gt;&gt;value:&quot; make &quot;HTTPRequestTest&gt;&gt;testPostUrlEncodedData&quot; fails?<br>I wonder why the HTTPPostDatum needs a collection to store a value, because if I&#39;m not wrong, the only place where the datum (HTTPPostDatum) is used is in the message &quot;SeasideResource&gt;&gt;unwrapFields:&quot;, and it ends using the &quot;addAll:&quot; message.<br>
<br>So, I&#39;m missing something? There is another place where the datum needs a collection?<br><br>Thanks for your time,<br>Lautaro Fernández<br>PS: I&#39;m working with VWnc 7.5, Swazoo 1.0 and Seaside 2.8, all from the repository of Cincom.<br>
<span class="HcCDpe"></span><br>==Original message==<br>value: anObject<br>&nbsp;&nbsp;&nbsp; value:= anObject<br><br>==Override message==<br>value: anObject<br>&nbsp;&nbsp;&nbsp; value isNil ifTrue: [value := OrderedCollection new].<br>&nbsp;&nbsp;&nbsp; value add: anObject<br>
<br>-- <br>Luke LAut SkyFernadezWalker