You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by "Bryan P. Glennon" <br...@bpgc.com> on 2002/04/04 03:49:29 UTC

RE: Taglibs and included pages - correction

As opposed to what I say below, leaving the <%@ taglib> declarations out
of foo1 is ok - it displays fine.

Thanks,
Bryan



-----Original Message-----
From: Bryan P. Glennon 
Sent: Wednesday, April 03, 2002 6:27 PM
To: taglibs-user@jakarta.apache.org
Subject: Taglibs and included pages


I'm seeing some strange (or maybe intended) behavior with taglibs and
included files. Here's what I do:

<%@ taglib prefix="bean" uri="/WEB-INF/struts-bean.tld" %>
<%@ taglib prefix="html" uri="/WEB-INF/struts-html.tld" %>

Normal JSP/HTML stuff...

<html:form  action="/action.do" style="margin-botton:0m"> 

<TABLE>
	    <jsp:include page="/Common/foo1.jsp"/>
	    <!-- Page specific rows go here -->
</TABLE>
<HR>
<TABLE>
	    <jsp:include page="/Common/foo2.jsp"/>
	    <!-- More page specific rows here -->
</TABLE>

</html:form>

More standard jsp/html

(foo1 and foo2 just contain table rows but do use the struts bean tag.)

The problem is with the two include files. If I don't repeat the <%
taglib> declarations
in the included files, they don't work. It seems to me that once the
libs are declared, 
that declaration should hold for the remainder of the page. I'm sure I'm
missing something here, and I'm looking for enlightenment. 

Any info is appreciated.

Cheers,
Bryan


--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>