I am relatively new to JSP therefore this is going to seem like a simple
question.  I am working with a page that has a list of <%@ page import=""%>
as noted below.

I am running into a problem and my search page is not returning any results.
I am assuming it is because
of one of the following imports.

<%@ page import="com.verity.search.Collections" %>
<%@ page import="com.verity.search.Collection" %>
<%@ page import="com.verity.search.Documents" %>
<%@ page import="com.verity.search.Document" %>

My question: Is how do I find out where these are and open them up to see
what it inside?

Thanks you in advance
Lance

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to