Re: JSP Includes, Actions, and Struts 1.0

2003-08-14 Thread Sgarlata Matt
to the committers (and my own personal experience) is not a good idea. Matt - Original Message - From: Shryock, Chad [EMAIL PROTECTED] To: Struts Users Mailing List (E-mail) [EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 1:19 AM Subject: JSP Includes, Actions, and Struts 1.0 Hello, I

JSP Includes, Actions, and Struts 1.0

2003-08-14 Thread Shryock, Chad
Hello, I am going to re-ask the question. I have an include on a JSP page that is including an action. (I am creating a dynamic header.) The problem any thing under the include is not being sent to the web browser. The jsp include: jsp:include page=/buildHeader.do jsp:param

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

FW: JSP includes of

2001-03-02 Thread Zia, Asad
="625" alt="Welcome image"/ Thus my include file is found and loaded without errors, but does not resolve the taglib URI, without reporting errors. Any suggestion will help! Thanks Asad -----Original Message- From: Katarina Nelson [mailto:[EMAIL PROTECTED]] Sent: Thursday, M

RE: JSP includes of

2001-03-02 Thread Deadman, Hal
01 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 %@ page language="java&q

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

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 trouble usin

Re: JSP includes of

2001-03-01 Thread Maya Muchnik
" 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 trouble using includes and custom tags in JSPs with Struts. The application is unable to

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 jsp:include page="include/header.jsp"/ to put a full path to header.jsp file. For example: jsp:include page="/WEB-INF/inc

RE: JSP includes of

2001-03-01 Thread Katarina Nelson
ot; % 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 sourcing an image which appears on the p