File /WEB-INF/struts-bean.tld not found

2003-07-28 Thread Vinayak Birari
hi all,
   I am new to Struts, I have downloaded sample banking application
oreilly site.(http://www.oreilly.com/catalog/jakarta/banking-dev.zip)
I have unzipped the entire code in webapps\ROOT directory if 
 I m getting following error
 org.apache.jasper.JasperException: File
/WEB-INF/struts-bean.tld not found

I have kept all the .tld file in WEB-INF folder
in web.xml i have made the entry and given the path as
/WEB-INF/struts-bean.tld
i wanted to know is it necessary to make its entry anywhere else.

thanks in advance.
Vinayak.

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



Re: File /WEB-INF/struts-bean.tld not found

2003-07-28 Thread guruprasad jakka
Hi,
Check out for these things

1)The file should be present the specicfied path.
2)The header tag must be included in the jsp where it is used.
3)The tag must be declared in web.xml
4) A path to struts.jar in Classpath.

J G Guru Prasad
V sem, Information Technology,
Bachelor of Engineering,
National Institute of Technology Karnataka, Surathkal.
( formerly KREC,Surathkal )



 On Mon, 28 Jul 2003, Vinayak Birari
([EMAIL PROTECTED]) wrote:

 hi all,
I am new to Struts, I have downloaded sample banking
application
 oreilly
site.(http://www.oreilly.com/catalog/jakarta/banking-dev.zip)
 I have unzipped the entire code in webapps\ROOT directory if 
  I m getting following error
  org.apache.jasper.JasperException: File
 /WEB-INF/struts-bean.tld not found
 
 I have kept all the .tld file in WEB-INF folder
 in web.xml i have made the entry and given the path as
 /WEB-INF/struts-bean.tld
 i wanted to know is it necessary to make its entry anywhere
else.
 
 thanks in advance.
 Vinayak.
 

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



Get your own 800 number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag

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



Re: File /WEB-INF/struts-bean.tld not found

2003-07-28 Thread Vinayak Birari
hi,
thanks for the quick response,
I have cheked all.option 2,3,4th points are checked.. 

my web.xml is located at 
C:\Program Files\Apache Tomcat 4.0\webapps\ROOT\banking\web\WEB-INF
all the .tld file are also located at 
C:\Program Files\Apache Tomcat 4.0\webapps\ROOT\banking\web\WEB-INF
in web.xml i made this entry
taglib
taglib-uri/WEB-INF/struts-bean.tld/taglib-uri
taglib-location/WEB-INF/struts-bean.tld/taglib-location
/taglib

Do i need to include ...banking/web instead of .banking/web/WEB-INF

but still its not reflecting the change in the path..it is still
refereing to /WEB-INF
is there some possiblity that server may be using differnet web.xml
file altogerther as 3 -4 web.xml are present in the same server

Vinayak.


 [EMAIL PROTECTED] 07/28/03 02:33PM 
Hi,
Check out for these things

1)The file should be present the specicfied path.
2)The header tag must be included in the jsp where it is used.
3)The tag must be declared in web.xml
4) A path to struts.jar in Classpath.

J G Guru Prasad
V sem, Information Technology,
Bachelor of Engineering,
National Institute of Technology Karnataka, Surathkal.
( formerly KREC,Surathkal )



 On Mon, 28 Jul 2003, Vinayak Birari
([EMAIL PROTECTED]) wrote:

 hi all,
I am new to Struts, I have downloaded sample banking
application
 oreilly
site.(http://www.oreilly.com/catalog/jakarta/banking-dev.zip)
 I have unzipped the entire code in webapps\ROOT directory if 
  I m getting following error
  org.apache.jasper.JasperException: File
 /WEB-INF/struts-bean.tld not found
 
 I have kept all the .tld file in WEB-INF folder
 in web.xml i have made the entry and given the path as
 /WEB-INF/struts-bean.tld
 i wanted to know is it necessary to make its entry anywhere
else.
 
 thanks in advance.
 Vinayak.
 

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



Get your own 800 number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag 

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



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



Re: File /WEB-INF/struts-bean.tld not found

2003-07-28 Thread message message
Since readiing your email I deployed the banking.war file from
http://examples.oreilly.com/jakarta/
I get a login page saying enter
Access Number  ---
Pin Number  
Perhaps you should try that war file



From: Vinayak Birari [EMAIL PROTECTED]
Reply-To: Struts Users Mailing List [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: File /WEB-INF/struts-bean.tld not found
Date: Mon, 28 Jul 2003 14:08:08 +0530
hi all,
   I am new to Struts, I have downloaded sample banking application
oreilly site.(http://www.oreilly.com/catalog/jakarta/banking-dev.zip)
I have unzipped the entire code in webapps\ROOT directory if
 I m getting following error
 org.apache.jasper.JasperException: File
/WEB-INF/struts-bean.tld not found
I have kept all the .tld file in WEB-INF folder
in web.xml i have made the entry and given the path as
/WEB-INF/struts-bean.tld
i wanted to know is it necessary to make its entry anywhere else.
thanks in advance.
Vinayak.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Add photos to your messages with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail

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


Re: File /WEB-INF/struts-bean.tld not found

2003-07-28 Thread Vinayak Birari

Hi,
I have tried deploying war file its workin fine. since i am interested
in developing a appl. i tried to install by unzipping and manual
configuration.
Thanks,
Vinayak.
 [EMAIL PROTECTED] 07/28/03 02:48PM 

Since readiing your email I deployed the banking.war file from
http://examples.oreilly.com/jakarta/ 

I get a login page saying enter
Access Number  ---
Pin Number  
Perhaps you should try that war file




From: Vinayak Birari [EMAIL PROTECTED]
Reply-To: Struts Users Mailing List
[EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: File /WEB-INF/struts-bean.tld not found
Date: Mon, 28 Jul 2003 14:08:08 +0530

hi all,
I am new to Struts, I have downloaded sample banking application
oreilly site.(http://www.oreilly.com/catalog/jakarta/banking-dev.zip)
I have unzipped the entire code in webapps\ROOT directory if
  I m getting following error
  org.apache.jasper.JasperException: File
/WEB-INF/struts-bean.tld not found

I have kept all the .tld file in WEB-INF folder
in web.xml i have made the entry and given the path as
/WEB-INF/struts-bean.tld
i wanted to know is it necessary to make its entry anywhere else.

thanks in advance.
Vinayak.

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


_
Add photos to your messages with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail 


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



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



Re: File /WEB-INF/struts-bean.tld not found

2003-07-28 Thread message message
OK.

I decompiled the code to find the out the access number  pin number.
here is the code.
if(123.equals(s)  456.equals(s1))

From: Vinayak Birari [EMAIL PROTECTED]
Reply-To: Struts Users Mailing List [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: File /WEB-INF/struts-bean.tld not found
Date: Mon, 28 Jul 2003 14:43:28 +0530
Hi,
I have tried deploying war file its workin fine. since i am interested
in developing a appl. i tried to install by unzipping and manual
configuration.
Thanks,
Vinayak.
 [EMAIL PROTECTED] 07/28/03 02:48PM 
Since readiing your email I deployed the banking.war file from
http://examples.oreilly.com/jakarta/
I get a login page saying enter
Access Number  ---
Pin Number  
Perhaps you should try that war file


From: Vinayak Birari [EMAIL PROTECTED]
Reply-To: Struts Users Mailing List
[EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: File /WEB-INF/struts-bean.tld not found
Date: Mon, 28 Jul 2003 14:08:08 +0530

hi all,
I am new to Struts, I have downloaded sample banking application
oreilly site.(http://www.oreilly.com/catalog/jakarta/banking-dev.zip)
I have unzipped the entire code in webapps\ROOT directory if
  I m getting following error
  org.apache.jasper.JasperException: File
/WEB-INF/struts-bean.tld not found

I have kept all the .tld file in WEB-INF folder
in web.xml i have made the entry and given the path as
/WEB-INF/struts-bean.tld
i wanted to know is it necessary to make its entry anywhere else.

thanks in advance.
Vinayak.

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

_
Add photos to your messages with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Add photos to your messages with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail

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


Re: File /WEB-INF/struts-bean.tld not found

2003-07-28 Thread Vinayak Birari
Hi,
   I am having entire source code ready. I have gone thr the code
also. I just wanted to build it deploy it manually. :)

 [EMAIL PROTECTED] 07/28/03 03:06PM 

OK.

I decompiled the code to find the out the access number  pin number.
here is the code.
if(123.equals(s)  456.equals(s1))


From: Vinayak Birari [EMAIL PROTECTED]
Reply-To: Struts Users Mailing List
[EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: File /WEB-INF/struts-bean.tld not found
Date: Mon, 28 Jul 2003 14:43:28 +0530


Hi,
I have tried deploying war file its workin fine. since i am
interested
in developing a appl. i tried to install by unzipping and manual
configuration.
Thanks,
Vinayak.
  [EMAIL PROTECTED] 07/28/03 02:48PM 

Since readiing your email I deployed the banking.war file from
http://examples.oreilly.com/jakarta/ 

I get a login page saying enter
Access Number  ---
Pin Number  
Perhaps you should try that war file




 From: Vinayak Birari [EMAIL PROTECTED]
 Reply-To: Struts Users Mailing List
[EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: File /WEB-INF/struts-bean.tld not found
 Date: Mon, 28 Jul 2003 14:08:08 +0530
 
 hi all,
 I am new to Struts, I have downloaded sample banking
application
 oreilly
site.(http://www.oreilly.com/catalog/jakarta/banking-dev.zip)
 I have unzipped the entire code in webapps\ROOT directory if
   I m getting following error
   org.apache.jasper.JasperException: File
 /WEB-INF/struts-bean.tld not found
 
 I have kept all the .tld file in WEB-INF folder
 in web.xml i have made the entry and given the path as
 /WEB-INF/struts-bean.tld
 i wanted to know is it necessary to make its entry anywhere else.
 
 thanks in advance.
 Vinayak.
 

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

 

_
Add photos to your messages with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail 


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



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


_
Add photos to your messages with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail 


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



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



Re: File /WEB-INF/struts-bean.tld not found

2003-07-28 Thread message message
You probably need to reload your application after having made
the entry in the web.xml file.

From: Vinayak Birari [EMAIL PROTECTED]
Reply-To: Struts Users Mailing List [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: File /WEB-INF/struts-bean.tld not found
Date: Mon, 28 Jul 2003 14:08:08 +0530
hi all,
   I am new to Struts, I have downloaded sample banking application
oreilly site.(http://www.oreilly.com/catalog/jakarta/banking-dev.zip)
I have unzipped the entire code in webapps\ROOT directory if
 I m getting following error
 org.apache.jasper.JasperException: File
/WEB-INF/struts-bean.tld not found
I have kept all the .tld file in WEB-INF folder
in web.xml i have made the entry and given the path as
/WEB-INF/struts-bean.tld
i wanted to know is it necessary to make its entry anywhere else.
thanks in advance.
Vinayak.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. 
http://join.msn.com/?page=features/virus

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


Re: File /WEB-INF/struts-bean.tld not found

2003-07-28 Thread Caroline Jen
Did you put:

%@ taglib uri=/WEB-INF/struts-bean.tld
prefix=bean %

in your FileName.jsp?
--- message message [EMAIL PROTECTED] wrote:
 
 You probably need to reload your application after
 having made
 the entry in the web.xml file.
 
 
 From: Vinayak Birari
 [EMAIL PROTECTED]
 Reply-To: Struts Users Mailing List
 [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: File /WEB-INF/struts-bean.tld not found
 Date: Mon, 28 Jul 2003 14:08:08 +0530
 
 hi all,
 I am new to Struts, I have downloaded sample
 banking application
 oreilly

site.(http://www.oreilly.com/catalog/jakarta/banking-dev.zip)
 I have unzipped the entire code in webapps\ROOT
 directory if
   I m getting following error
   org.apache.jasper.JasperException: File
 /WEB-INF/struts-bean.tld not found
 
 I have kept all the .tld file in WEB-INF folder
 in web.xml i have made the entry and given the path
 as
 /WEB-INF/struts-bean.tld
 i wanted to know is it necessary to make its entry
 anywhere else.
 
 thanks in advance.
 Vinayak.
 

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

_
 MSN 8 helps eliminate e-mail viruses. Get 2 months
 FREE*. 
 http://join.msn.com/?page=features/virus
 
 

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


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

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



org.apache.jasper.JasperException: File /WEB-INF/struts-bean.tld not found

2003-01-21 Thread alexj
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:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: org.apache.jasper.JasperException: File /WEB-INF/struts-bean.tld not found

2003-01-21 Thread James Mitchell
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]




Re: org.apache.jasper.JasperException: File /WEB-INF/struts-bean.tld not found

2003-01-21 Thread alexj
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]




Re: org.apache.jasper.JasperException: File /WEB-INF/struts-bean.tld not found

2003-01-21 Thread alexj
I try to modify the uri into the web.xml like the uri defined
into the struts-bean.ld
taglib

taglib-urihttp://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]




RE: org.apache.jasper.JasperException: File /WEB-INF/struts-bean.tld not found

2003-01-21 Thread Pani, Gourav
Alex, 

You should have it either one of these two ways, not both mixed together.

taglib

taglib-urihttp://jakarta.apache.org/struts/tags-bean-1.0/taglib-uri

taglib-locationhttp://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-urihttp://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]




Re: org.apache.jasper.JasperException: File /WEB-INF/struts-bean.tld not found

2003-01-21 Thread alexj
I've try this to :

taglib

taglib-urihttp://jakarta.apache.org/struts/tags-bean-1.0/taglib-uri

taglib-locationhttp://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-urihttp://jakarta.apache.org/struts/tags-bean-1.0/taglib-uri


taglib-locationhttp://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-urihttp://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

RE: org.apache.jasper.JasperException: File /WEB-INF/struts-bean.tld not found

2003-01-21 Thread Pani, Gourav
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-urihttp://jakarta.apache.org/struts/tags-bean-1.0/taglib-uri

taglib-locationhttp://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-urihttp://jakarta.apache.org/struts/tags-bean-1.0/taglib-uri


taglib-locationhttp://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-urihttp://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

Re: org.apache.jasper.JasperException: File /WEB-INF/struts-bean.tld not found

2003-01-21 Thread alexj
I've try :((

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

21.01.2003  21:12REP  .
21.01.2003  21:12REP  ..
21.01.2003  18:41REP  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:2764'919 struts-html.tld
21.01.2003  18:2714'513 struts-logic.tld
21.01.2003  18:2764'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:14REP  .
21.01.2003  21:14REP  ..
21.01.2003  18:2781'171 commons-beanutils.jar
21.01.2003  18:27   146'737 commons-collections.jar
21.01.2003  18:2781'146 commons-dbcp.jar
21.01.2003  18:2793'903 commons-digester.jar
21.01.2003  18:2714'416 commons-fileupload.jar
21.01.2003  18:2729'461 commons-lang.jar
21.01.2003  18:2720'357 commons-logging.jar
21.01.2003  18:2628'940 commons-pool.jar
21.01.2003  18:2628'528 commons-resources.jar
21.01.2003  18:2622'146 commons-services.jar
21.01.2003  18:2628'755 commons-validator.jar
21.01.2003  18:2665'368 jakarta-oro.jar
21.01.2003  18:26 6'727 jdbc2_0-stdext.jar
21.01.2003  18:2676'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-nameaction/servlet-name

servlet-classorg.apache.struts.action.ActionServlet/servlet-class

init-param

param-nameconfig/param-name

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

/init-param

init-param

param-namedebug/param-name

param-value3/param-value

/init-param

init-param

param-namedetail/param-name

param-value3/param-value

/init-param

load-on-startup1/load-on-startup

/servlet

servlet-mapping

servlet-nameaction/servlet-name

url-pattern*.do/url-pattern

/servlet-mapping

taglib

taglib-urihttp://jakarta.apache.org/struts/tags-bean-1.0/taglib-uri

taglib-locationhttp://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).

  titleStruts 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-urihttp://jakarta.apache.org/struts/tags-bean-1.0/taglib-uri


taglib-locationhttp://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-urihttp