Maybe I missed something. What is it that Stefano is so against?

fetch sounds like a natural extension to redirect and forward.
Actually I just saw that Konstantin suggests almost the same idea.


----- Original Message -----
From: "Mats Norén" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 11, 2002 7:47 AM
Subject: Re: continuation fear (was Re: [status & RT] design challenges)


Isn´t this the mixing of concerns Stefano is so against? ;)

> A random thought:
>
>
> <map:pipeline>
>   <map:match test="mywizard">
>     <map:fetch src="page1"/>
>
>     <map:select>
>       <map:when test="hasCar">
>         <map:fetch src="carInfo"/>
>       </map:when>
>     </map:select>
>
>     <map:fetch src="confirmData"/>
>
>     <map:select>
>       <map:when test="confirmed">
>         <map:call src="cocoon://commitAction"/>
>       </map:when>
>       <map:otherwise>
>         <map:call src="cocoon://home"/>
>       </map:otherwise>
>      </map:select>
>
>   </map:match>
>
>
>
> >
> > Regards,
> > --
> > Ovidiu Predescu <[EMAIL PROTECTED]>
> > http://www.geocities.com/SiliconValley/Monitor/7464/ (GNU, Emacs, other
> stuff)
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, email: [EMAIL PROTECTED]
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to