Hi
sorry for asking this here, since I couldn't find any user mailing list
if there is one just point me to the list

according to the documentations and demo config files it looks facelets is
supported in ADF RC

I have developed a few pages with ADF RCF, demo jar files
when I tried to use Facelets XHTML pages instead of JSPX pages with ADF RC,
it looks like that the ADF RC taglib can not be handled by JSF
but the trinidad taglib is handlded well,
for example the following html tag definition:

<html xmlns="http://www.w3.org/1999/xhtml";
      xmlns:ui="http://java.sun.com/jsf/facelets";
      xmlns:h="http://java.sun.com/jsf/html";
      xmlns:af="http://xmlns.oracle.com/adf/faces/rich";
      xmlns:afh="http://myfaces.apache.org/trinidad/html";>

when compiled produces an html tag in resulting page that is like this:
<html xmlns:af="http://xmlns.oracle.com/adf/faces/rich";>

and all the ADF RC (<af:...>) name spaces tags inside page are just copied
to output without being handled as JSF tags.

I have tried both facelets 1.1.11 and 1.1.12

best regards
Arash Rajaeeyan

Reply via email to