Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JSP Interest »

Re: Importing JPetStore3 into Eclipse

Richard Yee

2003-10-26

Replies:

Guy,
Looking at the error further, it seems that you might not have the tag
library definitions files in the WEB-INF directory.

Send a listing of your WEB-INF and WEB-INF/lib directories.

-Richard

At 08:52 AM 10/26/2003 -0800, you wrote:
>Guy,
>You are missing your tag library imports. Add this to your JSP pages
><%@(protected)" %>
><%@(protected)" %>
><%@(protected)" %>
>
>-Richard
>
>
>At 12:50 PM 10/26/2003 +0100, you wrote:
>>Hi,
>>
>>Not 100% on topic, but the thread on Struts and frameworks got me
>>started on this, I thought I'd post the question here.
>>
>>I'm pretty new to JSP and Java, but thought it time to take the plunge
>>and see whether I can replace a pretty simple web application (a
>>membership registration system with credit card payment facilities)
>>which I created in PHP / MySQL with JSP / Java (and still MySQL of
>>course). Reading about the Ibatis framework on the JSP mailing list I
>>thought I'd check it out.
>>
>>I thought it might be a good idea to study the JPetStore3
>>application and have been trying to get it to build in Eclipse, but I
>>have 30-odd errors. I'm presuming that I haven't defined the project
>>correctly, but have really no idea where to start. Perhaps if I list a
>>few error messages someone might be able to point me in the right
>>direction.
>>
>>I should add that I'm actually using myEclipse and their j2ee features.
>>I unzipped the file into a directory called jpetstore, then created new
>>j2ee web module project with eclipse. I set the directory "src" to be
>>the web directory. I defined the project preferences to only enable
>>Tomcat (and not JBoss).
>>
>>Some of the errors I get are:
>>
>>Kind Status Priority Description Resource In Folder Location
>>Error  unknown user tag <html:... add <%@(protected)"
>>...> IncludeAccountFields.jsp iBatisPet/src/jsp line 11
>>Error  unknown user tag <logic:... add <%@(protected)"
>>...> IncludeBanner.jsp iBatisPet/src/jsp line 2
>>Error  unknown user tag <logic:... add <%@(protected)"
>>...> IncludeMyList.jsp iBatisPet/src/jsp line 2
>>Error  unknown user tag <html:... add <%@(protected)"
>>...> IncludeQuickHeader.jsp iBatisPet/src/jsp line 2
>>Error  The system cannot find the path
>>specified) ListOrders.jsp iBatisPet/src/jsp line 0
>>
>>
>>The JSP files in error are:
>>
>>IncludeAccountFields.jsp
>>IncludeBanner.jsp
>>IncludeMyList.jsp
>>IncludeQuickHeader.jsp
>>
>>
>>The other files with errors:
>>
>>global-web-application.xml
>>jboss-web.xml
>>orion-web.xml
>>
>>
>>My environment is:
>>
>>Windows XP
>>Apache 1.3.27
>>Tomcat 5.0.12
>>JBoss 3.2.2
>>eclipse 2.1
>>
>>
>>regards
>>  Guy
>>
>>===========================================================================
>>To unsubscribe: mailto listserv@(protected)
>>JSP-INTEREST".
>>For digest: mailto listserv@(protected)
>>DIGEST".
>>
>>Some relevant archives, FAQs and Forums on JSPs can be found at:
>>
>>http://java.sun.com/products/jsp
>>http://archives.java.sun.com/jsp-interest.html
>>http://forums.java.sun.com
>>http://www.jspinsider.com
>
>===========================================================================
>To unsubscribe: mailto listserv@(protected)
>JSP-INTEREST".
>For digest: mailto listserv@(protected)".
>
>Some relevant archives, FAQs and Forums on JSPs can be found at:
>
>http://java.sun.com/products/jsp
>http://archives.java.sun.com/jsp-interest.html
>http://forums.java.sun.com
>http://www.jspinsider.com

===========================================================================
To unsubscribe: mailto listserv@(protected)".
For digest: mailto listserv@(protected)".

Some relevant archives, FAQs and Forums on JSPs can be found at:

http://java.sun.com/products/jsp
http://archives.java.sun.com/jsp-interest.html
http://forums.java.sun.com
http://www.jspinsider.com


©2008 junlu.com - Jax Systems, LLC, U.S.A.