Hello Stefan,

I am using it and it works for me

I have something like

 <ui:include src="page.xhtml" />

note that page.xhtml is in the directory (here in my case)
als the *master* page.

-Matthias

On 12/5/06, Meyer, Stefan <[EMAIL PROTECTED]> wrote:
Hi,

I have configured facelets and trinidad according to the wiki on
myfaces.apache.org. It seems to work unless I use ui-Tags.

This is the simple template:

<tr:document
        xmlns:ui="http://java.sun.com/jsf/facelets";
        xmlns:h="http://java.sun.com/jsf/html";
   xmlns:c="http://java.sun.com/jstl/core";
        xmlns:f="http://java.sun.com/jsf/core";
        xmlns:tr="http://myfaces.apache.org/trinidad";
        title="Facelets">

Test

                        <ui:include src="/leftmenu/leftmenu.xhtml">
                        </ui:include>



</tr:document>

Tomcat's answer is that the requested resource is not available. No
Exceptions are thrown. I if remove ui:include it will work.

Any ideas?


--
Stefan Meyer





--
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Reply via email to