Re: [Mason] Problem with javascript and CSS due in Mason

2009-01-19 Thread Shiladitya Biswas
Hi Rodney, Thanks!! Your solution of making inherit=>undef works perfectly. I' am new to Mason. As I understand $r is Apache reference object. What is the effect of setting content_type('text/css') ? Actually in the set up I am developing, everything is working fine under an existing directory un

Re: [Mason] Problem with javascript and CSS due in Mason

2009-01-19 Thread Rodney Rindels
I think the problem might be that you have autohandler inheritance in your css and javascript directories. You can leave it on, and use. <%flags> inherit=>undef <%init> $r->content_type('text/css'); in your css and and javascript files, which I do to render my css and javascript

Re: [Mason] Problem with javascript and CSS due in Mason

2009-01-19 Thread hfahe
put into tag. 祝好 Yujie Jiang 2009-01-19 发件人: Shiladitya Biswas 发送时间: 2009-01-19 16:38:32 收件人: mason-users@lists.sourceforge.net 抄送: 主题: [Mason] Problem with javascript and CSS due in Mason Hi, I am facing problem when using javascript and css in my html page. I including javascri