Re: Tag library question

2007-05-03 Thread Nuwan Chandrasoma
sday, May 03, 2007 9:08 AM Subject: Re: Tag library question Servlet 2.5 container? i am using tomcat version 6 as the server, and i'm thinking thats what you are implying?? In this case, i'd just need to include: <%@ taglib prefix="html" uri="http://struts.apache.org/tag

Re: Tag library question

2007-05-03 Thread vikas rao
Servlet 2.5 container? i am using tomcat version 6 as the server, and i'm thinking thats what you are implying?? In this case, i'd just need to include: <%@ taglib prefix="html" uri="http://struts.apache.org/tags -html" %> in my jsp file and have nothnig in my tlds folder?? On 5/3/07, Nuwa

Re: Tag library question

2007-05-03 Thread Nuwan Chandrasoma
Hi, If you using a servlet 2.5 or later container no need to have them, they are included with the struts jars, just add the taglib def in your jsp files. Thanks, Nuwan - Original Message - From: "vikas rao" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, May

RE: tag library

2006-09-13 Thread David Friedman
d Fonseca Sánchez [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 13, 2006 2:03 PM To: Struts Users Mailing List Subject: Re: tag library The error apears when I access to jsp page where I have the form. In WEB-INF\lib I have the package app (RegisterForm.class and

Re: tag library

2006-09-13 Thread David Fonseca Sánchez
The error apears when I access to jsp page where I have the form. In WEB-INF\lib I have the package app (RegisterForm.class and RegisterAction.class), servlet-2_3-fcs-classfiles.zip, struts-taglib-1.3.5.jar and struts-core-1.3.5.jar

RE: tag library

2006-09-13 Thread David Friedman
ay, September 13, 2006 1:22 PM To: Struts Users Mailing List Subject: Re: tag library The struts-config.html is http://jakarta.apache.org/str

Re: tag library

2006-09-13 Thread David Fonseca Sánchez
The struts-config.html is http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd";> and the error says: excepción org.apache

RE: tag library

2006-09-13 Thread David Friedman
ednesday, September 13, 2006 9:57 AM To: Struts Users Mailing List Subject: Re: tag library Hello Thanks, I'm using struts-html.tld, but when I run the application in Tomcat, an error appear: org.apache.jasper.JasperException: Exception in JSP: /register.jsp:2 1: <%@ taglib uri="

Re: tag library

2006-09-13 Thread David Fonseca Sánchez
Hello Thanks, I'm using struts-html.tld, but when I run the application in Tomcat, an error appear: org.apache.jasper.JasperException: Exception in JSP: /register.jsp:2 1: <%@ taglib uri="/WEB-INF/tlds/struts-html.tld" prefix="html" %> 2: 3: UserName: 4: enter pa

RE: tag library

2006-09-12 Thread David Friedman
David, struts-form.tld was deprecated before Struts v1.0 and the current version is 1.2.9. That suggests the documentation you are following is frightfully old (like 2001, 2002 old). If that is the case, keep in mind any references to perform() were replaced by execute() in actions. That was a

RE: Tag-Library Errors

2006-03-06 Thread Ravikumar, Rahul \(Cognizant\)
Thanks for your help. Rahul Ravikumar Programmer analyst -Original Message- From: Patel, Dharmesh S [mailto:[EMAIL PROTECTED] Sent: Monday, March 06, 2006 6:40 PM To: R, Senthil Kumar (Cognizant); user@struts.apache.org; [EMAIL PROTECTED] Subject: RE: Tag-Library Errors You need to

RE: Tag-Library Errors

2006-03-06 Thread Patel, Dharmesh S
You need to configure libraries with web.xml. Like: /WEB-INF/struts-bean.tld /WEB-INF/struts-bean.tld /WEB-INF/struts-html.tld /WEB-INF/struts-html.tld /WEB-INF/struts-logic.tld /WEB-INF/struts-logic.tld -Original Message- From: R, Senthil Ku

Re: Tag library not detected

2005-10-28 Thread Murray Collingwood
Hi Laurent Can you please post samples of the code you are using, the taglib definition and the exact name and location of the tld files? Kind regards mc On 28 Oct 2005 at 13:34, Laurent wrote: > Hi, > > In my project I have a tag library. Its associated tld file is in the > webapp/WEB-INF d