Thank you both. I thought so: it is one of these typical JSP features - 
but now it works in perl, too ;)

Cheers
Martin


Perrin Harkins wrote:

> Paul Lindner wrote:
>
>> You'll find that $r->internal_redirect() is the mod_perl equivalent.
>> Also Apache::ASP containts the Transfer() method which accomplishes
>> the same thing.
>
>
> Personally, I always thought this was sort of a strange part of JSP.  
> It really shows the page-centric thinking behind it.  Doing a 
> "forward" is essentially a GOTO statement for JSP.  When I write 
> mod_perl apps, I never feel the need for that sort of thing, with so 
> many better ways to accomplish things (OO, method calls, dispatch 
> tables, template includes).
>
> - Perrin
>
>

-- 
                   http://www.meome.de
-------------------------------------------------------
Martin Haase-Thomas         |       Tel.: 030 43730-558
meOme AG                    |       Fax.: 030 43730-555
Software Development        |           [EMAIL PROTECTED]
-------------------------------------------------------



Reply via email to