Specific ErrorsPage edited by Howard M. Lewis ShipChanges (2)
Full ContentSpecific ErrorsWhy do I get the exception "No service implements the interface org.apache.tapestry5.internal.InternalComponentResources" when trying to use the BeanEditForm component?This can occur when you choose the wrong package for your data object, the object edited by the BeanEditForm component. If you place it in the same package as your pages, Tapestry will treat it like a page, and perform a number of transformation on it, including adding a new constructor. Only component classes should go in the Tapestry-controlled packages (pages, components, mixins and base under your application's root package). By convention, simple data objects should go in a data package, and Hibernate entities should go in an entities package.
Change Notification Preferences
View Online
|
View Changes
|
- [CONF] Apache Tapestry > Specific Errors confluence
- [CONF] Apache Tapestry > Specific Errors confluence
- [CONF] Apache Tapestry > Specific Errors confluence
- [CONF] Apache Tapestry > Specific Errors confluence
- [CONF] Apache Tapestry > Specific Errors confluence
- [CONF] Apache Tapestry > Specific Errors confluence
- [CONF] Apache Tapestry > Specific Errors confluence
- [CONF] Apache Tapestry > Specific Errors confluence
- [CONF] Apache Tapestry > Specific Errors confluence
