users
[Top] [All Lists]

Including tag libraries in a JSP

To: users@xxxxxxxxxx
Subject: Including tag libraries in a JSP
From: "Bill Manuel" <bill.manuel@xxxxxxxxx>
Date: Thu, 23 Mar 2006 13:58:55 -0500
Delivered-to: mailing list users@cinjug.org
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=jII4AFbodS0xkj7BTaL1vH87N8T+xrJPgEtwe3xDQduJj93DFBp88pA+8oJw5/3ClwIdu3jSG8S/mhpSPGuclEBzBNXaxwRvgq3JiwUUQjoj/U6qzJP21N3FpKgFzKan5wit+QrARmtn8CiOFP2ftYBV4c351kYBtSvrBhPIBKs=
Mailing-list: contact users-help@cinjug.org; run by ezmlm
I am migrating an app from a servlet 2.3 container to a 2.4 container and I am having problems including tag libraries on the pages. If I include this on the page everything works fine:

<%@ taglib uri=" http://java.sun.com/jsp/jstl/core" prefix="c" %>

If I try to put all of the taglibs in one page and add that page to all pages using an include, the taglibs do not work anymore.  I don't get any errors, the tags just do not parse, they just show up in the page source.

I am including them on the page like this:  <%@ include file="/include/taglibs.jsp"%>

Anyone have any ideas?

Thanks
Bill Manuel

<Prev in Thread] Current Thread [Next in Thread>