I looked into mailing list:

This did the trick !!
<xsp:include>javax.servlet.http.HttpServletResponse</xsp:include>

HttpServletResponse httpResponse =        
(HttpServletResponse)this.objectModel.get(HttpEnvironment.HTTP_RESPONSE_OBJE
CT);

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 01 December, 2004 10:57
To: [EMAIL PROTECTED]
Subject: RE: HttpResponse.sendRedirect vs. ResponseWrapper


Hi Ralph,

following code didn't work:
HttpResponse httpResponse =
(HttpResponse)ObjectModelHelper.getResponse(objectModel);

I get a java.lang.ClassCastException, because
ObjectModelHelper.getResponse(objectModel) returns a
org.apache.cocoon.environment.wrapper.ResponseWrapper

What should i do to resolve this ?


-----Original Message-----
From: Ralph Goers [mailto:[EMAIL PROTECTED]
Sent: 30 November, 2004 17:09
To: [EMAIL PROTECTED]
Subject: Re: HttpResponse.sendRedirect vs. ResponseWrapper


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]

---------------------------------------------------------------------
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