Hi all

I get a 404 error while invoking a specific jsp file.

Its like this.

I have a class called com.kumar.cart.ShoppingCartItem

When I do a <%@ page import "com.kumar.cart.ShoppingCartItem" %>

and then use the type like

com.kumar.cart.ShoppingCartItem items[] = cart.getItems();

I get a 404 error.

If I comment out the last said java assignment statement, it works fine.

Why is this?

Thanks in advance.

Anand

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to