Struts Installation Question

2001-06-28 Thread Karin Ramsay
Hi, I have installed struts and written a login form. When I test the form, I receive the following error: org.apache.jasper.compiler.CompileException: C:\jakarta-tomcat-3.2.1\webapps\LRP\index.jsp(7,0) Unable to open taglibrary /WEB-INF/struts-html.tld : Could not locate TLD

RE: Struts Installation Question

2001-06-28 Thread Liang Li
put *.tld files under webapps/LRP/WEB-INF/, see the struts-example. -Original Message- From: Karin Ramsay [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 11:00 AM To: Struts Group Subject: Struts Installation Question Hi, I have installed struts and written a login form

RE: Struts Installation Question

2001-06-28 Thread Liang Li
Wait a second, have you defined the tld in your web.xml? -Original Message- From: Karin Ramsay [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 11:00 AM To: Struts Group Subject: Struts Installation Question Hi, I have installed struts and written a login form. When I

Re: Struts Installation Question

2001-06-28 Thread Karin Ramsay
wrote: Wait a second, have you defined the tld in your web.xml? -Original Message- From: Karin Ramsay [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 11:00 AM To: Struts Group Subject: Struts Installation Question Hi, I have installed struts and written a login form

RE: Struts Installation Question

2001-06-28 Thread Liang Li
Is there any typo in your struts-config.xml ? Or in the web.xml when define struts-config.xml? -Original Message- From: Karin Ramsay [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 3:23 PM To: [EMAIL PROTECTED] Subject: Re: Struts Installation Question Hi, The tld