RE: JSPG0103E: Unable to open taglibrary /WEB-INF/struts-bean.tld

2004-03-22 Thread Randy Dillon
/struts-bean.tld :- :- :- Hi All, :- :- In our project we are getting an error with the subject as :- the error message. :- :- We are getting this in the development environment. We are :- using WSAD 4.0. The interesting thing is we are not getting :- the error when we are using WAS 4.0.1 as part

JSPG0103E: Unable to open taglibrary /WEB-INF/struts-bean.tld

2004-03-19 Thread ansuman_behera
WebGroup X Servlet Error: c:\Program Files\IBM\Application Developer Integration Edition\MyWeb\webApplication\jsp\Welcome.jsp#40;2,58#41; JSPG0103E: Unable to open taglibrary /WEB-INF/struts-bean.tld : org.apache.xerces.jaxp.DocumentBuilderFactoryImpl: org.apache.jasper.JasperException

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

2003-07-28 Thread Vinayak Birari
/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

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

2003-07-28 Thread guruprasad jakka
) 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

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

2003-07-28 Thread Vinayak Birari
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

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

2003-07-28 Thread message message
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

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

2003-07-28 Thread Vinayak Birari
://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

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

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

2003-07-28 Thread Vinayak Birari
)) 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

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

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

RE: Struts-bean.tld

2003-07-05 Thread Craig R. McClanahan
On Fri, 4 Jul 2003, Steve Raeburn wrote: Date: Fri, 4 Jul 2003 04:31:50 -0700 From: Steve Raeburn [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: Struts-bean.tld The meta-inf

Struts-bean.tld

2003-07-04 Thread Jagannayakam
What does the struts-bean.tld do . Regards, Jagan. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts-bean.tld

2003-07-04 Thread Billy Ng
[EMAIL PROTECTED] To: Struts Users Mailing List (E-mail) [EMAIL PROTECTED] Sent: Friday, July 04, 2003 2:11 AM Subject: Struts-bean.tld What does the struts-bean.tld do . Regards, Jagan. - To unsubscribe, e-mail: [EMAIL

RE: Struts-bean.tld

2003-07-04 Thread Andrew Hill
: Friday, 4 July 2003 17:27 To: Struts Users Mailing List Subject: Re: Struts-bean.tld I normally use it to get the value from the properties file. a href=bean:message key=home.link/ In the Applications.properties file, you can define home.link=http://www.home.com How handy, right? You should

RE: Struts-bean.tld

2003-07-04 Thread Steve Raeburn
in the web.xml file taglib taglib-uri/WEB-INF/struts-bean.tld/taglib-uri taglib-location/WEB-INF/struts-bean.tld/taglib-location /taglib and then use the taglib-uri value in a JSP to enable it to lookup the taglib descriptor (.tld) location %@ taglib uri=/WEB-INF/struts-bean prefix=bean

RE: Struts-bean.tld

2003-07-04 Thread Andrew Hill
[mailto:[EMAIL PROTECTED] Sent: Friday, 4 July 2003 18:33 To: Struts Users Mailing List Subject: RE: Struts-bean.tld The URI in the JSP doesn't *directly* tell the JSP where to find the tld. It's just a reference used to look up the actual location in web.xml. Often the URI is the same as the path

RE: Struts-bean.tld

2003-07-04 Thread Jagannayakam
Subject: RE: Struts-bean.tld The URI in the JSP doesn't *directly* tell the JSP where to find the tld. It's just a reference used to look up the actual location in web.xml. Often the URI is the same as the path to the tld but it doesn't have to be. In JSP 1.1 / Servlet API 2.2 you had to configure

RE: Struts-bean.tld

2003-07-04 Thread Steve Raeburn
: July 4, 2003 3:52 AM To: Struts Users Mailing List Subject: RE: Struts-bean.tld Thanks Steve . In case of In JSP 1.2 / Servlet API 2.3 can u tell me the exact location of the Meta-inf directory and which jar file. Thanks, Jagan. -Original Message- From: Steve Raeburn

Could not parse deployment descriptor: java.io.IOException: cannot resolve '/WEB-INF/struts-bean.tld' into a valid tag library

2003-07-01 Thread PREETAM Balijepalli
kindly guide me when does this error come - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Could not parse deployment descriptor: java.io.IOException: cannotresolve '/WEB-INF/struts-bean.tld' into a valid tag library

2003-07-01 Thread Adam Hardy
I presume you have corrupted your struts-bean.tld somehow. Adam PREETAM Balijepalli wrote: kindly guide me when does this error come - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

RE: Could not parse deployment descriptor: java.io.IOException: cannot resolve '/WEB-INF/struts-bean.tld' into a valid tag library

2003-07-01 Thread PREETAM Balijepalli
weblogic.servlet.jsp.JspException: (line 2): Could not parse deployment descript or: java.io.IOException: cannot resolve '/WEB-INF/struts-bean.tld' into a valid tag library -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 6:25 PM To: Struts

RE: Could not parse deployment descriptor: java.io.IOException: cannot resolve '/WEB-INF/struts-bean.tld' into a valid tag library

2003-07-01 Thread James Childers
: mailto:[EMAIL PROTECTED] Subject: RE: Could not parse deployment descriptor: java.io.IOException: cannot resolve '/WEB-INF/struts-bean.tld' into a valid tag library weblogic.servlet.jsp.JspException: (line 2): Could not parse deployment descript or: java.io.IOException: cannot resolve

RE: Could not parse deployment descriptor: java.io.IOException: cannot resolve '/WEB-INF/struts-bean.tld' into a valid tag library

2003-07-01 Thread PREETAM Balijepalli
To: Struts Users Mailing List Cc: mailto:[EMAIL PROTECTED] Subject: RE: Could not parse deployment descriptor: java.io.IOException: cannot resolve '/WEB-INF/struts-bean.tld' into a valid tag library weblogic.servlet.jsp.JspException: (line 2): Could not parse deployment descript

Re: Could not parse deployment descriptor: java.io.IOException: cannotresolve '/WEB-INF/struts-bean.tld' into a valid tag library

2003-07-01 Thread Adam Hardy
Sorry, I don't understand if you are asking something. PREETAM Balijepalli wrote: weblogic.servlet.jsp.JspException: (line 2): Could not parse deployment descript or: java.io.IOException: cannot resolve '/WEB-INF/struts-bean.tld' into a valid tag library -Original Message- From: Adam

RE: Could not parse deployment descriptor: java.io.IOException: cannot resolve '/WEB-INF/struts-bean.tld' into a valid tag library

2003-07-01 Thread PREETAM Balijepalli
i need whats the error -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 9:49 PM To: Struts Users Mailing List Subject: Re: Could not parse deployment descriptor: java.io.IOException: cannot resolve '/WEB-INF/struts-bean.tld' into a valid tag

Re: Could not parse deployment descriptor: java.io.IOException: cannot resolve '/WEB-INF/struts-bean.tld' into a valid tag library

2003-07-01 Thread Micael
Balijepalli wrote: weblogic.servlet.jsp.JspException: (line 2): Could not parse deployment descript or: java.io.IOException: cannot resolve '/WEB-INF/struts-bean.tld' into a valid tag library -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 6:25 PM

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

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

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

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

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

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

2003-01-21 Thread Pani, Gourav
-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

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

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

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

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

struts-bean.tld/Weblogic 6.1 problems

2002-05-22 Thread Rosenblum, Jason
All, I'm having problems with a Struts 1.0 webapp that i have deployed to Weblogic 6.1. When I load the index page I get an error complaining about problems with my bean:message tag. weblogic.servlet.jsp.JspException: (line 2): Error in using tag library uri='/WEB-INF/struts-1_0-bean.tld'

Unable to open taglibrary /WEB-INF/struts-bean.tld : ParseError in the tag library descriptor: java.lang.NullPointerException

2001-08-23 Thread Pete Byhre
is what the app is: hello.jsp %@ page language=java % %@ taglib uri=/WEB-INF/struts-bean.tld prefix=bean % bean:message key=hello.message / web.xml ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.2//EN http

Servlet-Error, Unable to open taglibrary /WEB-INF/struts-bean.tld ...

2001-06-28 Thread Maik Mrazovic
Hello, when I start "struts-example" or other struts-webapplications no error occurs, but if I start my application there comes always the error: "Unable to open taglibrary /WEB-INF/struts-bean.tld : Could not locate TLD /WEB-INF/struts-bean.tld" But I donĀ“t know w

RE: Servlet-Error, Unable to open taglibrary /WEB-INF/struts-bean.tld ...

2001-06-28 Thread Jon.Ridgway
taglibrary /WEB-INF/struts-bean.tld ... Hello, when I start struts-example or other struts-webapplications no error occurs, but if I start my application there comes always the error: Unable to open taglibrary /WEB-INF/struts-bean.tld : Could not locate TLD /WEB-INF/struts

Re: Servlet-Error, Unable to open taglibrary /WEB-INF/struts-bean.tld ...

2001-06-28 Thread Maik Mrazovic
ik - Original Message - From: Jon.Ridgway To: [EMAIL PROTECTED] Sent: Thursday, June 28, 2001 3:30 PM Subject: RE: Servlet-Error, "Unable to open taglibrary /WEB-INF/struts-bean.tld ..." Hi Maik, Have you entered the taglib tags into yo

Re: Unable to open taglibrary /WEB-INF/tlds/struts-bean.tld : null

2001-03-15 Thread Maya Muchnik
amien Joldersma [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 14, 2001 3:58 PM To: [EMAIL PROTECTED] Subject: Unable to open taglibrary /WEB-INF/tlds/struts-bean.tld : null Hello, We just started writing an application with tomcat and struts. Our developers are developing on both wi

Unable to open taglibrary /WEB-INF/tlds/struts-bean.tld : null

2001-03-14 Thread Damien Joldersma
make a call to loading the taglib: %@ taglib uri="/WEB-INF/tlds/struts-bean.tld" prefix="bean" % This line throws the following exception: org.apache.jasper.compiler.CompileException: path snipped/globals.jsp(5,0) Unable to open taglibrary /WEB-INF/tlds/st