I'd like to make use of WATask to model a process but part of the
requirement is to grab a piece of the initial query to start out the process. At the moment I can't find a way to do this. Once again I'm using Seaside 2.5 in Squeak3.8. Ken _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside signature.asc (196 bytes) Download Attachment |
Ken Causey wrote:
>I'd like to make use of WATask to model a process but part of the >requirement is to grab a piece of the initial query to start out the >process. At the moment I can't find a way to do this. Once again I'm >using Seaside 2.5 in Squeak3.8. > >Ken > > Normally I create my own subclass of WARenderLoopMain and override start: (which is sent upon receiving a request w/o a valid session key) so that I can select a different component to display based on the request but you can probably just override the same-named method in a session subclass if you have no need to change the root component. David _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
> >I'd like to make use of WATask to model a process but part of the
> >requirement is to grab a piece of the initial query to start out the > >process. At the moment I can't find a way to do this. Once again I'm > >using Seaside 2.5 in Squeak3.8. > > > >Ken > > > > > Normally I create my own subclass of WARenderLoopMain and override > start: (which is sent upon receiving a request w/o a valid session key) > so that I can select a different component to display based on the > request but you can probably just override the same-named method in a > session subclass if you have no need to change the root component. Override the method #initialRequest: Lukas -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Ken Causey-3
> On Thu, 2006-06-01 at 19:37 -0500, Ken Causey wrote:
> > I'd like to make use of WATask to model a process but part of the > > requirement is to grab a piece of the initial query to start out the > > process. At the moment I can't find a way to do this. Once again I'm > > using Seaside 2.5 in Squeak3.8. > > > > Ken David Shaffer wrote: > Normally I create my own subclass of WARenderLoopMain and override > start: (which is sent upon receiving a request w/o a valid session > key) > so that I can select a different component to display based on the > request but you can probably just override the same-named method in a > session subclass if you have no need to change the root component. > > David Thanks again David, I don't at the moment obviously see what I can do there unless it is that at that point #session should return something other than nil. But I'm still looking. Lukus Renggli wrote: > Override the method #initialRequest: > > Lukas I don't see any implementer or #initialRequest: in my image. Could this perhaps be a feature of a newer version of Seaside than 2.5? Ken _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside signature.asc (196 bytes) Download Attachment |
On Fri, 2006-06-02 at 10:54 -0500, Ken Causey wrote:
> David Shaffer wrote: > > Normally I create my own subclass of WARenderLoopMain and override > > start: (which is sent upon receiving a request w/o a valid session > > key) > > so that I can select a different component to display based on the > > request but you can probably just override the same-named method in a > > session subclass if you have no need to change the root component. > > > > David > > Thanks again David, I don't at the moment obviously see what I can do > there unless it is that at that point #session should return something > other than nil. But I'm still looking. Ken _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside signature.asc (196 bytes) Download Attachment |
Free forum by Nabble | Edit this page |