Ok, I'm doing it right now. Please correct if I'm wrong: references to shared class must be done using the "shared" package for classes in shared package itself, and using "shared_tomahawk" from the external tomahawk classes?
2006/7/6, Mario Ivankovits <[EMAIL PROTECTED]>:
Cosma Colanicchia schrieb: > Okay, but 1 and 4 returns an UIForm, while 2 returns an UIComponent. Ok, I overlooked it, Sorry! 1 is in "shared", so you safely can change the return type as we bundle a renamed copy of shared with tomahawk. and as 4 is also only used by the class itself it should be safe to change its return type too. I think, we can change both to UIComponent and add the same notice to the javadoc. Ciao, Mario
