hi there, i have a multi module application. 1. there is a class in module "core" de.hsofttec.tapestry.base.AbstractBrowsePage 2. a page class in an other module "masterdata" de.hsofttec.masterdata.pages.ClientBrowse subclassed from AbstractPage
how can i test the page ClientEdit with PageTest without message: Base class de.hsofttec.tapestry.base.AbstractBrowsePage (super class of de.hsofttec.masterdata.pages.ClientBrowse) is not in a controlled package and is therefore not valid. You should try moving the class to package de.hsofttec.masterdata.base. -- with regards Sven Homburg