hi all,
i do have 2 packages one where i define all my objects second where is use those objects
what i want to do is to keep this two packages seperated, i made an :
import lb.types.*;
into my second package
the problem is that when i try to create a new object in my second package, where the object is defined in the first package : i have an error "the object blah is not visible"
what did i miss ? Best regards,
Elise, XML learning girl X-)
i do have 2 packages one where i define all my objects second where is use those objects
what i want to do is to keep this two packages seperated, i made an :
import lb.types.*;
into my second package
the problem is that when i try to create a new object in my second package, where the object is defined in the first package : i have an error "the object blah is not visible"
what did i miss ? Best regards,
Elise, XML learning girl X-)