>
> It would be important though that we can do both kinds of exits, both
> exiting just from a nested page, and also exiting from the whole request.
>

Yes, totaly agreed. That what I like to implement very soon, something like

[- $req = shift -]
....
[- $req -> exit -]   exits the whole request
[- $req -> component -> exit -]   exits only the current component/file

The current exit function only does the second one.. maybe we should change
it to default to the first one (exit the whole request), as this is the more
common case.

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------



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

Reply via email to