On 31/07/07, Patrick Collison <
[hidden email]> wrote:
> Try self session fieldsAt: 'mobileId'
Replying to my own message; that snippet doesn't really make sense as
is. You're better off doing either:
self fieldsAt: 'mobileId'
from within a subclass of WAPresenter (e.g. a component), or perhaps:
WACurrentSession value fieldsAt: 'mobileId'
if the caller doesn't have the current session in lexical scope.
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside