Re: facelets navigation.xhtml problem

2007-03-22 Thread James Gardener
Thanks Werner, You are right, this is just a general HTML problem. My problem is fixed now. Thanks for your kindness again. James On 3/22/07, Werner Punz <[EMAIL PROTECTED]> wrote: James Gardener schrieb: > Thanks Matt and Stefan, > > Your suggestions are very helpful. Now my page can dis

Re: facelets navigation.xhtml problem

2007-03-22 Thread Werner Punz
James Gardener schrieb: > Thanks Matt and Stefan, > > Your suggestions are very helpful. Now my page can display all the > header, menu, body and footer now. > > But I still have one more question regarding the layout, as my menu > appears under the body(bottom left side of the page) instead

Re: facelets navigation.xhtml problem

2007-03-21 Thread Stefan Frank
You're sure that you are using facelets?! The problem seems to be in the header, as you are using the jsf-way of declaring taglibs. The jsp-way is not valid xhtml, so you will have to change the header to something like: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.or

Re: facelets navigation.xhtml problem

2007-03-20 Thread Matthias Wessendorf
< %@ taglib uri="http://java.sun.com/jsf/core"; prefix="f"%> < %@ taglib uri="http://myfaces.apache.org/tomahawk"; prefix="t"%> < %@ taglib uri="http://java.sun.com/jsf/html"; prefix="h"%> is the issue. you can use something like: http://java.sun.com/jsf/facelets"; xmlns:h="http://java.sun

facelets navigation.xhtml problem

2007-03-20 Thread James Gardener
Hi all, I am trying to use the facelets. Basically my layout.xhtml contains header, menu, body and footer. I found something wired regarding the menu.xhtml. It works if I only use the plain old html, such as: Courses and Services http://www.arc-mind.com/courses/schedule.html";>Course S