[Seaside-dev] about issue 103

Philippe Marschall philippe.marschall at gmail.com
Fri Aug 1 17:02:33 UTC 2008


Hi

I think it's time we fix:
http://code.google.com/p/seaside/issues/detail?id=103

I think we should provide a method that is like #handleRequest: with
the difference that the receiver is already in the request context.
Originally I thought about a subclass like WAPushingRequestHandler but
I now favor doing it in WARequest handler. It would be something like
this.

handleRequest: aRequest
   "some helpful comment"
    ^self pushSelfDuring: [ self yetDoBeDecidedSelector: aRequest  ]

- #handleRequestPushed:
- #doHandleRequest:

Any comments, issues, suggestions, dislikes, ....?

Cheers
Philippe


More information about the seaside-dev mailing list