You know, three days ago, I told you exactly that:

"Don't put your SelectCollectionModel inside the components, pages or base subpackages. Otherwise Tapestry will try to enhance it and fail because the superclass is not in a controlled package - as the exception message says."

Uli

On 25.01.2010 23:05 schrieb kamiseq:
I moved the child class to mypackage.util package and it works now. then
mypackage.base is controlled by tapestry??

pozdrawiam
Paweł Kamiński

kami...@gmail.com
pkaminski....@gmail.com
______________________


2010/1/25 Piero Sartini<li...@pierosartini.de>

Forget about what I said. Just needed to do the same thing, and the
packaging is:

InjectSelectionModel outside of any controlled package, for example:
your.app.package.annotations
GenericSelectionModel inside a controlled package, ie your.app.package.base
InjectSelectionModelWorker inside your.app.package.services (I guess
any other package may work as well).

          Piero

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to