>>> You mean this entry: ( <<< Yes.
>>> Have you had similar experiences with mixing HTML& JSF? <<< I'm far from being an expert in JSF, but if you want to use standard tags such as <b> I guess you need to always enclose them with the verbatim tag: <f:verbatim> <b> </f:verbatim> This is quite ugly, and, following this mailing list, people prefer to use the facelets or shale libraries if they intend to mix. I use the <af:panelPage>, so there I don't need templates or html. Frank Felix -----Original Message----- From: Philippe Lamote [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 11:52 PM To: MyFaces Discussion Subject: Re: ADF installation setup: tld, jars and web.xml woes You mean this entry: (?) <servlet> <servlet-name>resources</servlet-name> <servlet-class>oracle.adf.view.faces.webapp.ResourceServlet</ servlet-class> </servlet> <servlet-mapping> <servlet-name>resources</servlet-name> <url-pattern>/adf/*</url-pattern> </servlet-mapping> I had a table in html, with in its <td>-cells, soem <h:inputText> & <h:outputLabel> elements... Now the table is rendered correctly, but all JSF elements appear even under the page footer! I tried to change from <h:* to the equivalent <af:* but this didn't solve the prob. Have you had similar experiences with mixing HTML& JSF? Philippe On 23 Feb 2006, at 23:39, Frank Felix Debatin wrote: >>> My layout is totally screwed, <<< Maybe the resources servlet is missing in the web.xml. Frank Felix

