|
Paul, Are you using a servlet container that is pretty current? If you are try using one of the following: <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c_rt" %> <%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt" %> <%@ taglib uri="http://java.sun.com/jstl/fmt_rt" prefix="fmt_rt" %> <%@ taglib uri="http://java.sun.com/jstl/sql" prefix="sql" %> <%@ taglib uri="http://java.sun.com/jstl/sql_rt" prefix="sql_rt" %> <%@ taglib uri="http://java.sun.com/jstl/xml" prefix="x" %> <%@ taglib uri="http://java.sun.com/jstl/xml_rt" prefix="x_rt" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean-el" prefix="bean-el" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-html-el" prefix="html-el" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-logic-el" prefix="logic-el" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-nested" prefix="nested" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-tiles" prefix="tiles" %> I believe this was changed in version 1.2. You can locate these names in the meta directory of your jar containing your taglib. Using these names is much more flexible and means you don't have to change your web.xml when you upgrade/add new taglibs. David Morris >>> Paul.Nicolay@xxxxxxxxxx 11/10/2003 2:13:54 PM >>> Hi, Just closed WDSC, and started it again. (closed and reopened web.xml before without any difference) The web.xml now validates fine ? Guess something was spooking in memory. Kind regards, Paul -----Original Message----- From: wdsci-l-bounces@xxxxxxxxxxxx [mailto:wdsci-l-bounces@xxxxxxxxxxxx] On Behalf Of Paul Nicolay Sent: maandag 10 november 2003 22:06 To: 'Websphere Development Studio Client for iSeries' Subject: [WDSCI-L] Help... lost my web.xml ??? Hi, During a rename of a taglib, I suddenly lost (it's empty) my web.xml file ! In order to get back where I left... I copied the web.xml from a blank struts project... but the validator keeps on saying that the document is not valid (CHKJ3000E: WAR Validation Failed: com.ibm.etools.archive.exception.DeploymentDescriptorLoadException: WEB-INF/web.xml) What can de done now ? Kind regards, Paul PS. Using WDSC 5.1 on XP Pro
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.