Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JavaServer Faces » JSP import problems
JSP import problems [message #473701] Mon, 06 November 2006 02:35 Go to next message
Eclipse UserFriend
Originally posted by: aaron.gadberry.com

Hi all.

I'm fairly new to the WTP, and eclipse for that matter, so I hope this is
an easy question.

I'm starting a fairly basic webapp, and figured Eclipse + WTP would be a
good place to start for an ide. I've got my basic class structure done,
and am starting to add on the jsp layer, but I'm having difficulty in two
areas.

1) I cannot seem to include any of my own classes in my JSP files. I have
posted a picture that pretty much sums it up
http://www.gadberry.com/aaron/complete/structure.jpg
The only modification I made to my basic environment was to change the
default output folder inside Project >> Properties >> Java Build Path >>
Source >> Default Output Folder to send class files directly to the
webapps/complete/WEB-INF/classes folder.

2) My JSPs don't automatically build/copy to that directory and I don't
know how to make them.

Thanks for any help.

Aaron
Re: JSP import problems [message #473702 is a reply to message #473701] Mon, 06 November 2006 04:43 Go to previous messageGo to next message
Cameron Bateman is currently offline Cameron BatemanFriend
Messages: 481
Registered: July 2009
Senior Member
These sort of questions are better posted to the eclipse.webtools
newsgroup. This newsgroup is for JavaServer Faces tools.

The problem here though appears to be that you need to check the package
name you are using. You are referencing
com.gadberry.complete.instance.CQuestion, but CQuestion appears to be in
the package com.gadberry.complete.core.instance.


--Cam
Re: JSP import problems [message #473703 is a reply to message #473702] Mon, 06 November 2006 05:01 Go to previous message
Eclipse UserFriend
Originally posted by: aaron.gadberry.com

Sorry for posting in the wrong group. Thanks so much for your help
though. You have no idea how many new projects I created and how long I
stared at it. Unbelievable.
Re: JSP import problems [message #608369 is a reply to message #473701] Mon, 06 November 2006 04:43 Go to previous message
Cameron Bateman is currently offline Cameron BatemanFriend
Messages: 481
Registered: July 2009
Senior Member
These sort of questions are better posted to the eclipse.webtools
newsgroup. This newsgroup is for JavaServer Faces tools.

The problem here though appears to be that you need to check the package
name you are using. You are referencing
com.gadberry.complete.instance.CQuestion, but CQuestion appears to be in
the package com.gadberry.complete.core.instance.


--Cam
Re: JSP import problems [message #608370 is a reply to message #473702] Mon, 06 November 2006 05:01 Go to previous message
Eclipse UserFriend
Originally posted by: aaron.gadberry.com

Sorry for posting in the wrong group. Thanks so much for your help
though. You have no idea how many new projects I created and how long I
stared at it. Unbelievable.
Previous Topic:JSP import problems
Next Topic:JSF unknown tag since WTP 1.5.1 and JSF 0.5.1 upgrade
Goto Forum:
  


Current Time: Tue Apr 23 13:58:35 GMT 2024

Powered by FUDForum. Page generated in 0.02853 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top