The first thought that comes to mind is to get the HttpResponse object out
of the ObjectModel.

Ralph


[EMAIL PROTECTED] said:
> Hi all,
>
> We used HttpResponse.sendRedirect to divert to other pages in some cases.
> Like for instance :
>  HttpResponse httpResponse = (HttpResponse)response;
>  httpResponse.sendRedirect(WebApp.rewriteURI("id:helpinaccessnetwork"));
> But with Cocoon2.1.6, it seems that the response is of type
> org.apache.cocoon.environment.wrapper.ResponseWrapper.
> Is there another way of redirecting??
>
> Kind regards,
> Robby Pelssers
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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

Reply via email to