posted 22 years ago
The getDocumentBase(), is in an object, which is being called by the main class.
Both are in seperate directories.
If I call getDocumentBase() in the main class, it work. However if called in the sub-class (which is the object).
It doesnt work, possibly becasuse its not actually in the base.
Im sorry, Im bad at explaining, but code wouldnt help, its just calling of getDocumentBase() doesntwork in a sub-class.