RE: Bizarre sporadic problem with streaming a stylesheet.

2010-09-23 Thread Andy Law
se or tag to prevent such problems, nor have I ever gone hunting for one as this is a minor inconvenience that I generally only suffer during development/debugging sessions. Later, Andy -- View this message in context: http://old.nabble.com/Bizarre-sporadic-problem-with-streaming-a-stylesheet.-tp

RE: Bizarre sporadic problem with streaming a stylesheet.

2010-09-22 Thread Martin Gainty
Wed, 22 Sep 2010 01:20:16 -0700 > From: andy@roslin.ed.ac.uk > To: user@struts.apache.org > Subject: Re: Bizarre sporadic problem with streaming a stylesheet. > > > > DNewfield wrote: > > > > Anyway, glad you've solved your issue. Too

Re: Bizarre sporadic problem with streaming a stylesheet.

2010-09-22 Thread Andy Law
old.nabble.com/Bizarre-sporadic-problem-with-streaming-a-stylesheet.-tp29766033p29777309.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For addit

RE: Bizarre sporadic problem with streaming a stylesheet.

2010-09-21 Thread Martin Gainty
enough strength to push the "slug bug" Miles and Luna eat a meal of giant celery and bananas the size of surfboards..excerpt from 'Sleeper' > Date: Tue, 21 Sep 2010 13:01:57 -0400 > From: d...@homeport.org > To: user@struts.apache.org > Subject: RE: Bizarre s

Re: Bizarre sporadic problem with streaming a stylesheet.

2010-09-21 Thread Dale Newfield
On 9/21/10 1:00 PM, Dave Belfer-Shevett wrote: You're returning no header information. That's not the case actually - the http headers are there (curl -i shows them). Is your request going directly to the app server on which this is running, or is some apache httpd/proxy/etc. in between that

Re: Bizarre sporadic problem with streaming a stylesheet. [Solved?]

2010-09-21 Thread Dave Belfer-Shevett
So this got weird. I tried everything. Rewrote the method, changed the responses, put debugging all over - nada. I could reproduce the problem by rapid-firing ^R at the browser, and the home would render with the stylesheet about half the time. It was interesting seeing it flip back and for

RE: Bizarre sporadic problem with streaming a stylesheet.

2010-09-21 Thread Dave Belfer-Shevett
On Tue, 21 Sep 2010, Martin Gainty wrote: to ask the unasked question..If Streaming is associated with media types such as audio or video How does one "stream" a stylesheet? As someone else commented, I'm not actually 'streaming'. What I'm using is a database to source the stylesheet (in the

Re: Bizarre sporadic problem with streaming a stylesheet.

2010-09-21 Thread Dave Belfer-Shevett
On Tue, 21 Sep 2010, Dale Newfield wrote: On 9/21/10 12:36 AM, Dave Belfer-Shevett wrote: It shouldn't matter, but the browser might be deciding something wonky based on the fact that that url doesn't end .css...you could either add css as an action extension or maybe use urlrewrite to make

Re: Bizarre sporadic problem with streaming a stylesheet.

2010-09-21 Thread Dale Newfield
On 9/21/10 12:02 PM, Martin Gainty wrote: to ask the unasked question..If Streaming is associated with media types such as audio or video How does one "stream" a stylesheet? I was assuming he just meant that he wanted to feed the output out from a stream, although you're right -- unless the c

Re: Bizarre sporadic problem with streaming a stylesheet.

2010-09-21 Thread Dave Newton
On Tue, Sep 21, 2010 at 12:02 PM, Martin Gainty wrote: > to ask the unasked question..If Streaming is associated with media types > such as audio or video > How does one "stream" a stylesheet? > By sending the bytes to the client. Dave

RE: Bizarre sporadic problem with streaming a stylesheet.

2010-09-21 Thread Martin Gainty
e responsabilité pour le contenu fourni. > Date: Tue, 21 Sep 2010 11:29:02 -0400 > From: d...@newfield.org > To: user@struts.apache.org > CC: d...@homeport.org > Subject: Re: Bizarre sporadic problem with streaming a stylesheet. > > On 9/21/10 12:36 AM, Dave Belfer-Shevett wro

Re: Bizarre sporadic problem with streaming a stylesheet.

2010-09-21 Thread Dale Newfield
On 9/21/10 12:36 AM, Dave Belfer-Shevett wrote: It shouldn't matter, but the browser might be deciding something wonky based on the fact that that url doesn't end .css...you could either add css as an action extension or maybe use urlrewrite to make a .css url actually result in your .actio

Re: Bizarre sporadic problem with streaming a stylesheet.

2010-09-21 Thread Dave Belfer-Shevett
On Tue, 21 Sep 2010, Rahul Mohan wrote: Did you take a look at this request through Firebug? It might show some useful info. I haven't, but I'm not sure where this would pin it down. For example, if I use curl to pull the stylesheet rapid fire: curl http://localhost:8080/congo/public/getCon

Re: Bizarre sporadic problem with streaming a stylesheet.

2010-09-20 Thread Rahul Mohan
bject: Bizarre sporadic problem with streaming a stylesheet. Help me obi-wan struts-geeks. This one is puzzling me. I need to 'stream' a stylesheet out to the browser. Due to the app, that stylesheet is sort of generated on the fly from the database, so I can't just point the

Bizarre sporadic problem with streaming a stylesheet.

2010-09-20 Thread Dave Belfer-Shevett
Help me obi-wan struts-geeks. This one is puzzling me. I need to 'stream' a stylesheet out to the browser. Due to the app, that stylesheet is sort of generated on the fly from the database, so I can't just point the browser at a static file. In the document, I have: type="text/cs