Hello,
I've got an entity catalog which extends category. Now I've got a ListGrid showing all categories (including also the catalogs). When creating a new category I want to ask the user if it should be a catalog. How can I tell smartgtw server, to create a catalog entity instead of a category entity.
btw., I use the Hibernate bean-binding and the add-operation is triggered by a databound component.
I've got an entity catalog which extends category. Now I've got a ListGrid showing all categories (including also the catalogs). When creating a new category I want to ask the user if it should be a catalog. How can I tell smartgtw server, to create a catalog entity instead of a category entity.
btw., I use the Hibernate bean-binding and the add-operation is triggered by a databound component.
Comment