[Seaside] Help needed

Patrick Collison patrick at collison.ie
Wed Aug 1 00:55:51 UTC 2007


On 31/07/07, Patrick Collison <patrick at collison.ie> 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.


More information about the Seaside mailing list