[Seaside] 2.1 preview

Avi Bryant seaside@lists.squeakfoundation.org
Tue, 17 Dec 2002 12:49:58 -0800 (PST)


On Tue, 17 Dec 2002, Alain Fischer wrote:

> Hi Avi,
>
> What are the prerequisite for filling in Seaside 2.1 because I have a:
>
> MessageNotUnderstood:
> subclass:instanceVariableNames:stateVariableNames:classVariableNames:poolDictionaries:
> category:
>
> while filing in:
>
> RewindableObject
> 	subclass: #WATransactionStack
> 	instanceVariableNames: ''
> 	stateVariableNames: 'currentTransaction '
> 	classVariableNames: ''
> 	poolDictionaries: ''
> 	category: 'Seaside/Kernel-Transactions'

Oh... of course.  I used to have it split into two file-ins, but the
ordering won't work when it's just in one.  I'll post a hand-modified
version in a moment that should work.