package issues
I'm on Chapter 6 of Beginning JSP 2.0 and have got a problem tring to create packages. When I try to I get the following error "WEB-INF.classes is not a valid package name."
If I create the package under the objects directory it is fine but then totally differs from the book and then the example doesn't work.
I'm using Net Beans IDE to create the Packages and the Classes.
Many thanks
|