Hi all.

I'm building "chains" of methods using forward and detach mostly, I
quote the chains because I know it's not the regular chained methods but
my "chains" vary according to where you are etc.  Anyway, the question I
have is whether forward is still valid after a detach... let me
illustrate...

If A forwards to B, once B is done it comes back to A, that I use and it
works.  If C detaches to D to doesn't come back after D, again I use
that.  

Now, If from A I forward to B, then B detaches to C which detaches to D,
it doesn't seem to come back to A after D.  Is this my mistake
somewhere, is it by design?  Does the detach after a forward "cancel"
the forward?

Thanks,
Steve


-- 
Steve Rippl
Technology Director
Woodland Public Schools
360 225 9451 x326

_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to