Thanks Dennis. Based on your suggestion, I turned on Tomcat access logs. I found that the browser was not even requesting ADF resources. Traced this down to the declaration of a css link in my page. I had to remove this link in order for the browser to start requesting ADF resources. This is very strange - is it the expected behavior?
Anyway, now I am hitting a second issue. It seems that the page is somehow picking up the purple skin. I have added "<skin-family>minimal</skin-family>" to my trinidad-config, but somehow this skin is not picked up. It is as if the browser remembers that it wants the purple skin. This is the access log when I try to access the page: 127.0.0.1 - - [19/Sep/2006:09:57:48 -0400] "GET /measure/pages/measure-home.jsf HTTP/1.1" 200 19850 127.0.0.1 - - [19/Sep/2006:09:57:48 -0400] "GET /measure/adf/jsLibs/Common11-m7.js HTTP/1.1" 304 - 127.0.0.1 - - [19/Sep/2006:09:57:48 -0400] "GET /measure/adf/images/t.gif HTTP/1.1" 304 - Thanks. Naresh P.S. I will send out a separate post to figure out how to access the Trinidad mailing list. Will be happy to switch to that list as soon as possible. -----Original Message----- From: Dennis Byrne [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 19, 2006 1:55 AM To: MyFaces Discussion Subject: Re: My page with TreeTable component looks really bad Which URL are the resource requests coming in on? You may have experience with tcpdump, tcpmon ? Dennis Byrne >-----Original Message----- >From: Naresh Bhatia [mailto:[EMAIL PROTECTED] >Sent: Tuesday, September 19, 2006 01:47 AM >To: 'MyFaces Discussion' >Subject: My page with TreeTable component looks really bad > >[I am having no luck posting to [EMAIL PROTECTED], so >I am posting this message here. Please help if someone from Trinidad >team is monitoring this.] > >I have created a TreeTable instance on a page. Currently the page looks >really bad, as if no styles have been applied. The Trinidad faq says >that - "You may have not have configured your Resources Servlet in your >web.xml." I think my resource servlet is set up properly: > ><servlet> > <servlet-name>resources</servlet-name> > <servlet-class> > org.apache.myfaces.trinidad.webapp.ResourceServlet > </servlet-class> ></servlet> > ><servlet-mapping> > <servlet-name>resources</servlet-name> > <url-pattern>/adf/*</url-pattern> ></servlet-mapping> > >Is there anything else that I should check? Note that the Trinidad demo >is working correctly for me but I can't figure out what I am doing >different in my app. > >Thanks. >Naresh >

