Andrey asked: > Q. How to initialize Visit to be accessed from not only pages but also > components?
If Border.java is a component (ie it extends BaseComponent), you can just use the following: Visit visit = (Visit) getPage().getEngine().getVisit(); Cheers, Justin -- Justin Koke E: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
