Have you tried to  inject a HttpServletReponse into a
Tapestry page .java file with the following?

@InjectObject("service:tapestry.globals.HttpServletResponse")
public abstract HttpServletResponse
getServletResponse();


Shing



--- Eddie Fang <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> In order to get the status back from
> HttpServletResponse, I've tried
> overriding servletwebresponse, as well as
> implementing a
> HttpServletResponseWrapper, to no avail. 
> setStatus() doesn't seem to be
> called either way.  Does anyone have an idea how to
> get the status back
> by any chance?
> 
> Thanks,
> 
> Eddie
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 

Home page :
  http://uk.geocities.com/matmsh/index.html

Send instant messages to your online friends http://uk.messenger.yahoo.com 

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

Reply via email to