I've try :((

dir : C:\Tomcat 4.1\webapps\test\defaultroot\WEB-INF

21.01.2003  21:12    <REP>          .
21.01.2003  21:12    <REP>          ..
21.01.2003  18:41    <REP>          lib
21.01.2003  18:27             8'863 struts-bean.tld
21.01.2003  18:31             1'922 struts-config.xml
21.01.2003  18:27            64'919 struts-html.tld
21.01.2003  18:27            14'513 struts-logic.tld
21.01.2003  18:27            64'541 struts-nested.tld
21.01.2003  18:27             1'635 struts-template.tld
21.01.2003  18:27             7'868 struts-tiles.tld
21.01.2003  20:58             1'173 web.xml
               9 fichier(s)          165'434 octets

C:\Tomcat 4.1\webapps\test\defaultroot\WEB-INF\lib

21.01.2003  21:14    <REP>          .
21.01.2003  21:14    <REP>          ..
21.01.2003  18:27            81'171 commons-beanutils.jar
21.01.2003  18:27           146'737 commons-collections.jar
21.01.2003  18:27            81'146 commons-dbcp.jar
21.01.2003  18:27            93'903 commons-digester.jar
21.01.2003  18:27            14'416 commons-fileupload.jar
21.01.2003  18:27            29'461 commons-lang.jar
21.01.2003  18:27            20'357 commons-logging.jar
21.01.2003  18:26            28'940 commons-pool.jar
21.01.2003  18:26            28'528 commons-resources.jar
21.01.2003  18:26            22'146 commons-services.jar
21.01.2003  18:26            28'755 commons-validator.jar
21.01.2003  18:26            65'368 jakarta-oro.jar
21.01.2003  18:26             6'727 jdbc2_0-stdext.jar
21.01.2003  18:26            76'660 servlet.jar
21.01.2003  18:27           459'104 struts.jar

web.xml  :

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application
2.3//EN" "http://java.sun.com/j2ee/dtds/web-app_2_3.dtd";>

<web-app>

<servlet>

<servlet-name>action</servlet-name>

<servlet-class>org.apache.struts.action.ActionServlet</servlet-class>

<init-param>

<param-name>config</param-name>

<param-value>/WEB-INF/struts-config.xml</param-value>

</init-param>

<init-param>

<param-name>debug</param-name>

<param-value>3</param-value>

</init-param>

<init-param>

<param-name>detail</param-name>

<param-value>3</param-value>

</init-param>

<load-on-startup>1</load-on-startup>

</servlet>

<servlet-mapping>

<servlet-name>action</servlet-name>

<url-pattern>*.do</url-pattern>

</servlet-mapping>

<taglib>

<taglib-uri>http://jakarta.apache.org/struts/tags-bean-1.0</taglib-uri>

<taglib-location>http://jakarta.apache.org/struts/tags-bean-1.0</taglib-loca
tion>

</taglib>


</web-app>

and a simple page :

<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean-1.0";
prefix="bean" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html-1.0";
prefix="html"%>

<html>
 <head>
  <meta name = "Generator" content = "Easy Struts Xslt generator for Eclipse
(http://easystruts.sf.net).">

  <title>Struts Form for loginForm</title>
 </head>
 <body>
  <html:form action="/login">
   userName : <html:text property="userName"/><html:errors
property="userName"/></br>
   userPassword : <html:password property="userPassword"/><html:errors
property="userPassword"/></br>
   <html:submit/><html:cancel/>
  </html:form>
 <body>
</html>


I'm really confused.



<--
Alexandre Jaquet
->
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCM d+ s: a-- C++++ U*+ P L--- E--- W+++ N+++ o K---- w+++++
O---- M-- V-- PS+++ PE+++ Y+++ PGP--- 5-- X++++ R* tv b++++ DI--- D----
G++ e* h++ r% y*
------END GEEK CODE BLOCK------

----- Original Message -----
From: "Pani, Gourav" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Tuesday, January 21, 2003 9:07 PM
Subject: RE: org.apache.jasper.JasperException: File
"/WEB-INF/struts-bean.tld" not found


> how about putting the jar file in your /WEB-INF/lib and the
struts-bean.tld
> in your /WEB-INF and accessing them locally?  it works fine for me.
>
> -----Original Message-----
> From: alexj [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 21, 2003 3:05 PM
> To: Struts Users Mailing List
> Subject: Re: org.apache.jasper.JasperException: File
> "/WEB-INF/struts-bean.tld" not found
>
>
> I've try this to :
>
> <taglib>
>
> <taglib-uri>http://jakarta.apache.org/struts/tags-bean-1.0</taglib-uri>
>
>
<taglib-location>http://jakarta.apache.org/struts/tags-bean-1.0</taglib-loca
> tion>
>
> </taglib>
>
>
> </web-app>
>
> <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean-1.0";
> prefix="bean" %>
> <%@ taglib uri="http://jakarta.apache.org/struts/tags-html-1.0";
> prefix="html"%>
>
> I can't figure what's wrong :(
>
>
> <--
> Alexandre Jaquet
> ->
> -----BEGIN GEEK CODE BLOCK-----
> Version: 3.12
> GCM d+ s: a-- C++++ U*+ P L--- E--- W+++ N+++ o K---- w+++++
> O---- M-- V-- PS+++ PE+++ Y+++ PGP--- 5-- X++++ R* tv b++++ DI--- D----
> G++ e* h++ r% y*
> ------END GEEK CODE BLOCK------
>
> ----- Original Message -----
> From: "Pani, Gourav" <[EMAIL PROTECTED]>
> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
> Sent: Tuesday, January 21, 2003 8:56 PM
> Subject: RE: org.apache.jasper.JasperException: File
> "/WEB-INF/struts-bean.tld" not found
>
>
> > Alex,
> >
> > You should have it either one of these two ways, not both mixed
together.
> >
> > <taglib>
> >
> > <taglib-uri>http://jakarta.apache.org/struts/tags-bean-1.0</taglib-uri>
> >
> >
>
<taglib-location>http://jakarta.apache.org/struts/tags-bean-1.0</taglib-loca
> > tion>
> > </taglib>
> >
> > or
> >
> > <taglib>
> > <taglib-uri>/WEB-INF/struts-bean.tld</taglib-uri>
> > <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
> > </taglib>
> >
> > -----Original Message-----
> > From: alexj [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, January 21, 2003 2:47 PM
> > To: Struts Users Mailing List
> > Subject: Re: org.apache.jasper.JasperException: File
> > "/WEB-INF/struts-bean.tld" not found
> >
> >
> > I try to modify the uri into the web.xml like the uri defined
> > into the struts-bean.ld
> > <taglib>
> >
> > <taglib-uri>http://jakarta.apache.org/struts/tags-bean-1.0</taglib-uri>
> >
> > <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
> >
> > But it's still not work .
> >
> > Thanks for your support.
> >
> > <--
> > Alexandre Jaquet
> > ->
> > -----BEGIN GEEK CODE BLOCK-----
> > Version: 3.12
> > GCM d+ s: a-- C++++ U*+ P L--- E--- W+++ N+++ o K---- w+++++
> > O---- M-- V-- PS+++ PE+++ Y+++ PGP--- 5-- X++++ R* tv b++++ DI--- D----
> > G++ e* h++ r% y*
> > ------END GEEK CODE BLOCK------
> >
> > ----- Original Message -----
> > From: "alexj" <[EMAIL PROTECTED]>
> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> > Sent: Tuesday, January 21, 2003 8:34 PM
> > Subject: Re: org.apache.jasper.JasperException: File
> > "/WEB-INF/struts-bean.tld" not found
> >
> >
> > > Yep I've declare :
> > >
> > > <taglib>
> > >
> > > <taglib-uri>/WEB-INF/struts-bean.tld</taglib-uri>
> > >
> > > <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
> > >
> > > ...
> > >
> > > ...
> > >
> > >
> > > <--
> > > Alexandre Jaquet
> > > ->
> > > -----BEGIN GEEK CODE BLOCK-----
> > > Version: 3.12
> > > GCM d+ s: a-- C++++ U*+ P L--- E--- W+++ N+++ o K---- w+++++
> > > O---- M-- V-- PS+++ PE+++ Y+++ PGP--- 5-- X++++ R* tv b++++ DI---
D----
> > > G++ e* h++ r% y*
> > > ------END GEEK CODE BLOCK------
> > >
> > > ----- Original Message -----
> > > From: "James Mitchell" <[EMAIL PROTECTED]>
> > > To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
> > > Sent: Tuesday, January 21, 2003 8:29 PM
> > > Subject: RE: org.apache.jasper.JasperException: File
> > > "/WEB-INF/struts-bean.tld" not found
> > >
> > >
> > > > Do you declare them in your web.xml?
> > > >
> > > > --
> > > > James Mitchell
> > > > Software Engineer/Struts Evangelist
> > > > http://www.open-tools.org/
> > > >
> > > > "The man who does not read good books has no advantage over the man
> who
> > > > cannot read them."
> > > > - Mark Twain (1835-1910)
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > > -----Original Message-----
> > > > > From: alexj [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Tuesday, January 21, 2003 2:27 PM
> > > > > To: Struts Users Mailing List
> > > > > Subject: org.apache.jasper.JasperException: File
> > > > > "/WEB-INF/struts-bean.tld" not found
> > > > >
> > > > >
> > > > > Hi got this error when I deploy my app to Tomcat 4.1.18.
> > > > > In my pages I've declared :
> > > > > <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
> > > > >
> > > > > <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
> > > > >
> > > > > I look if my WEB-INF folder includes the correctly taglib and they
> are
> > > > > include.
> > > > > I'm using struts-1.1-b2 . I've read a previous post about another
> way
> > > > > to declare taglib and I've try this way to :
> > > > >
> > > > > <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean-1.0"%>
> > > > > <%@ taglib uri="http://jakarta.apache.org/struts/tags-html-1.0"%>
> > > > >
> > > > > But this one don't work to.
> > > > >
> > > > > Any idea ??
> > > > >
> > > > > <--
> > > > > Alexandre Jaquet
> > > > > ->
> > > > > -----BEGIN GEEK CODE BLOCK-----
> > > > > Version: 3.12
> > > > > GCM d+ s: a-- C++++ U*+ P L--- E--- W+++ N+++ o K---- w+++++
> > > > > O---- M-- V-- PS+++ PE+++ Y+++ PGP--- 5-- X++++ R* tv b++++
> > > > > DI--- D----
> > > > > G++ e* h++ r% y*
> > > > > ------END GEEK CODE BLOCK------
> > > > >
> > > > >
> > > > > --
> > > > > To unsubscribe, e-mail:
> > > > > <mailto:struts-user-> [EMAIL PROTECTED]>
> > > > > For
> > > > > additional commands,
> > > > > e-mail: <mailto:[EMAIL PROTECTED]>
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > To unsubscribe, e-mail:
> > > <mailto:[EMAIL PROTECTED]>
> > > > For additional commands, e-mail:
> > > <mailto:[EMAIL PROTECTED]>
> > > >
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > >
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> >
> > --
> > To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> >
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to