Re: Firefox and a directAction
Re: Firefox and a directAction
- Subject: Re: Firefox and a directAction
- From: Hsu <email@hidden>
- Date: Fri, 23 Jul 2004 10:16:49 -0700
Make sure that the "content-type" HTTP header for the stylesheet is
correct - by default, it's text/html. You should be able to grab the
WOResponse in the direct action and setHeader("text/css",
"content-type"); on it.
Karl
On Jul 23, 2004, at 6:15 AM, David LeBer wrote:
Good morning,
I'm experiencing a problem with Firefox and an WOActionURL in the head
of my pages that should serve up a dynamically generated CSS sheet.
The renders like this:
<style type="text/css"> @import
url(/cgi-bin/WebObjects/oetkercm.woa/wa/stylesheet?code=css_5);
</style>
Everything else grabs it OK, but not Firefox.
Any thoughts?
;david
--
David LeBer
Codebase Software Systems
site: http://www.codebase.ca
blog: http://david.codebase.ca
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
--
Andre, a simple peasant, had only one thing on his mind as he crept
along the east wall:
"Andre creep... Andre creep... Andre creep..."
Homepage:
http://homepage.mac.com/khsu/index.html
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.