> but the article you sent me is exactly the same article I used before!!! > > I just dont get why tapestry complaints about its own class > AbstractSelectModel...
Because you extended it. I assume your GenericSelectionModel sits in a controlled package: base, components, or one of the others. This is wrong! Because now tapestry has a problem: the base class is not controlled, but your child class is. This cant work. Tapestry is wrong suggesting to put the parent class in a controlled package, the right solution is to take your implementation out of a controlled package. Piero --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org