RE: sendPage, sendPageAndWait uri argument (was Re: [flow] forwardTo())

2003-08-04 Thread Unico Hommes
On a related note: the cocoon.process(uri,object,outStream) FOM function is always resolved as cocoon:// . Do you think this should behave as sendPage(AndWait)? Regards, Unico > > -Original Message- > From: Bruno Dumon [mailto:[EMAIL PROTECTED] > Sent: maandag 4 augustus 2003 14:21 > T

RE: sendPage, sendPageAndWait uri argument (was Re: [flow] forwardTo())

2003-08-04 Thread Reinhard Pötz
+1 for now, implementation of "real" blocks will make us rethink this again. Cheers, Reinhard > -Original Message- > From: Bruno Dumon [mailto:[EMAIL PROTECTED] > Sent: Monday, August 04, 2003 2:21 PM > To: [EMAIL PROTECTED] > Subject: sendPage, sendPageAnd

sendPage, sendPageAndWait uri argument (was Re: [flow] forwardTo())

2003-08-04 Thread Bruno Dumon
Does anyone mind if I make the change outlined below? To summarize, it's about what uri is passed as first argument to the sendPage(AndWait) function. The current situation is that if the uri doesn't start with cocoon://, then cocoon:// + environment.getURIPrefix() is prepended. The proposed cha