Re: unable to set content type

2007-08-27 Thread Eelco Hillenius
Wouldn't you use text/xml for that? Eelco On 8/15/07, Ryan Sonnek <[EMAIL PROTECTED]> wrote: > I'm having some baffling behavior with my app. I have a "custom" web page > that streams page xml content. I thought this would be pretty > straightforward. should be able to just do this right? > >

unable to set content type

2007-08-15 Thread Ryan Sonnek
I'm having some baffling behavior with my app. I have a "custom" web page that streams page xml content. I thought this would be pretty straightforward. should be able to just do this right? @Override protected void configureResponse() { super.configureResponse(); getRes