Re: FW: JSP includes of

2001-03-04 Thread Craig R. McClanahan
"Zia, Asad" wrote: > I am including the taglib URIs in the include file. The page comes up, with > the tags unprocessed. When I view the source of the page, the tags appear > unprocessed as text. > > This is my include file: > > //header.jsp > <%@ page language="java" %> > <%@ taglib uri="/WEB-IN

Re: JSP includes of

2001-03-03 Thread Incze Lajos
rch 02, 2001 1:00 PM > To: '[EMAIL PROTECTED]' > Subject: FW: JSP includes of > > > I am including the taglib URIs in the include file. The page comes up, with > the tags unprocessed. When I view the source of the page, the tags appear > unprocessed as text. > >

RE: JSP includes of

2001-03-02 Thread Deadman, Hal
h 02, 2001 1:00 PM To: '[EMAIL PROTECTED]' Subject: FW: JSP includes of I am including the taglib URIs in the include file. The page comes up, with the tags unprocessed. When I view the source of the page, the tags appear unprocessed as text. This is my include file: //header.jsp <%@

FW: JSP includes of

2001-03-02 Thread Zia, Asad
to:[EMAIL PROTECTED]] Sent: Thursday, March 01, 2001 5:23 PM To: [EMAIL PROTECTED] Subject: RE: JSP includes of There is exactly what I mean. Paste the needed taglib tags e.g. : <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WE

RE: JSP includes of

2001-03-01 Thread Katarina Nelson
d" prefix="logic" %> into your "header.jsp" page. /Katarina -Original Message- From: Hardee, Tony [mailto:[EMAIL PROTECTED]] Sent: den 1 mars 2001 23:12 To: '[EMAIL PROTECTED]' Subject: RE: JSP includes of The application finds the header file; I am also sour

RE: JSP includes of

2001-03-01 Thread Hardee, Tony
Message- From: Maya Muchnik [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 01, 2001 4:46 PM To: [EMAIL PROTECTED] Subject: Re: JSP includes of Try to change to put a full path to header.jsp file. For example: . But I am not sure. Katarina Nelson wrote: > Try to include the needed .tld fi

Re: JSP includes of

2001-03-01 Thread Maya Muchnik
om: Hardee, Tony [mailto:[EMAIL PROTECTED]] > Sent: den 1 mars 2001 22:29 > To: '[EMAIL PROTECTED]' > Subject: JSP includes of > > I am having trouble using includes and custom tags in JSPs with Struts. > > The application is unable to find the tag descriptor files. For exam

RE: JSP includes of

2001-03-01 Thread Katarina Nelson
Try to include the needed .tld files into the "include/header.jsp" page. It worked for me. /Katarina -Original Message- From: Hardee, Tony [mailto:[EMAIL PROTECTED]] Sent: den 1 mars 2001 22:29 To: '[EMAIL PROTECTED]' Subject: JSP includes of I am having troubl

JSP includes of

2001-03-01 Thread Hardee, Tony
I am having trouble using includes and custom tags in JSPs with Struts. The application is unable to find the tag descriptor files. For example, I have an include file that contains: // header.jsp <%@ page language="java" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib