Is there any way to create a dynamic form?
Hi,
I am writing a database driven application that creates jsf forms depending on the structure of the database provided. You have the first page asking for the db url, user and pass and a button next. When you it next, the application introspects the database and create a form for each table. When the process is finished i redirect to the first (new) form created.
Actually what i do is :
For each table
create jsf form
create form bean (also compile it)
add navigation case to faces-config.xml
My problem is that i must reboot the server to access my new forms...this is not user oriented at all. Any solution out there?
Thank you.

