I believe you may be better off declaring the taglibs in a jsp:root tag
these days. Here's the stuff that wraps around the code for one of my pages:

<jsp:root version="1.2" xmlns:jsp="http://java.sun.com/JSP/Page";
    xmlns:cms="urn:jsptld:cms-taglib"
    xmlns:cmsu="urn:jsptld:cms-util-taglib"
    xmlns:c="urn:jsptld:http://java.sun.com/jsp/jstl/core";>

    <jsp:output doctype-root-element="html"
        doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
        
doctype-system="http://www.w3c.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"; />
    <jsp:directive.page contentType="text/html; charset=utf-8" />

<!-- Code, etc., goes here -->

</jsp:root>



On 12/9/06 2:26 AM, "Tran Duc Hoang" <[email protected]> wrote:

> Dear all,
> 
> I'm working on Magnolia 3.0 Community, Tomcat 5.0 and Java 1.5.6. I got some
> errors with create an left hand side navigation (instructions for create by:
> http://www.magnolia.info/wiki/Wiki.jsp?page=MenuHowto ). I created 2 files:
> nav.jsp and navlevel.jsp with correct paths on my computer.
> 


----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------

Reply via email to