Title: 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

Reply via email to