hello...

i have a curious problem when i use jsp files in eclipse with Google
app engine.
i place my *.jsp file in the war directory...
And there are 2 problems:

Eclipse shows in the package explorer that this file has an
error...but only with jsp files...
what does this mean?

the second:
if i want to import a package to my jsp file it only works if the
package is on the highest layer.
<%@ page import="bla.*" %>   this works...but <%@ page
import="bla.abc.*" %> don't work :( Error:

I get "unable to compile class for JSP........ package bla.abc does
not exist.

BUT it exists !!!

can anyone help me?

greets

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to