Hi there,

i'm currently looking for a solution for the following problem:

i have an abstract class which is extended by several classes. Those classes are entities for my database, connected with hibernate. Now I'm looking for a possibility, to list all classes, which extend my abstract class. My first thought was to use the classloader and test, which class is extending the abstract one. This might work for a few classes, but if I have a bunch of classes, it will be quiet stupid. Then I thought, that there might be a possibility to get all hibernate entity-classes from some kind of tapestry-service or something like this and only check those...

What I want to do:
I want to create a page, where you can use a BeanEditForm to create a new entity. This page should be able, to generate a dynamic select model, with which you finally chose, which type of entity you want to create...

Would be great, if somebody could help!

Thanks a lot,
Alex

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

Reply via email to