Actually, it was I who suggested it. Replace:
<%@ taglib URI="WEB-INF/struts-bean" prefix="bean">
<%@ taglib URI="WEB-INF/struts-html" prefix="bean">
with
<%@ taglib URI="WEB-INF/struts-bean.tld" prefix="bean">
<%@ taglib URI="WEB-INF/struts-html.tld" prefix="bean">
Also,
Make sure the TLD
David, I did not understand what you meant by "Try placing the file
extension on your URI of your taglib tag."
Carrie Latimer
Florida's Turnpike Enterprise
Tolls Data Center
Main 561.488.5361
SC 247.5361
Fax 561.470.6615
Mobile: 561.239.6189
Nextel: 158*763*109
[EMAIL PROTECTED]
-
Marc Farrow wrote:
David,
Those tags are from the prefix of using teh "struts-bean" and
"struts-html" tag libraries. I think you just do not know (or have
not been
exposed) to tag libraries before.
Ok, thanks. You're correct that I haven't dealt with that kind of thing
before.
Carri
David,
Those tags are from the prefix of using teh "struts-bean" and
"struts-html" tag libraries. I think you just do not know (or have not been
exposed) to tag libraries before.
Carrie,
Try placing the file extension on your URI of your taglib tag.
On 6/13/06, David Kerber <[EMAIL PROTECTED
[EMAIL PROTECTED] wrote:
When I compile my jsp and java files, I get 9 warnings from the jsp file.
It appears not to recognize the html tags ie unknown tag (html:cancel).
What have I done wrong? Here is the login.jsp file.
<%@ taglib uri="/WEB-INF/struts-bean" prefix="bean" %>
<%@ taglib uri="
When I compile my jsp and java files, I get 9 warnings from the jsp file.
It appears not to recognize the html tags ie unknown tag (html:cancel).
What have I done wrong? Here is the login.jsp file.
<%@ taglib uri="/WEB-INF/struts-bean" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html" prefix
Where would this file be located? I copied the one from the folder
struts-blank. It's the only place I have one except through source code
provided from another project using NetBeans.
Carrie Latimer
Florida's Turnpike Enterprise
Tolls Data Center
Main 561.488.5361
SC 247.5361
Fax 561.470.6615
Change the DTD to point to a dtd file on your machine hard disk.
Hope tha will solve the problem.
Regards
Ayusman
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 24, 2006 6:12 PM
To: users@tomcat.apache.org
Subject: I'm a newbie
I crea
I think eclipse was just unable to validate that xml file, it's likely
the DTD file cannot be fetched by eclipse for some reason, e.g.,
network problems, DNS resolving failed. It's not a tomcat related
issue.
2006/5/24, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
I created a dynamic web project in Ec
I created a dynamic web project in Eclipse. I created a file and named it
struts-config.xml and copy the contents from struts-blank
WEB-INF/struts-config.xml and did a cut and paste into my project. The
error message I receive is "the file cannot be validated because there was
a communication pro
10 matches
Mail list logo