I want to import a class in a default package. But in jsp, it looks in
the current folder path. Can anyone help? thanks
Andrew Thompson - 21 Nov 2006 14:46 GMT
> I want to import a class in a default package. But in jsp, it looks in
> the current folder path.
You might have to resort to reflection.
(And please slap whoever it was wrote the class).
Andrew T.