That is actually no bug. If you read the jsp specification then you notice that the useBean tag requires the complete package to be declared in the class attribute.
The import is irrelevant for the tag.
 
Stefan

Reply via email to