Hi, Is it possible to add new form fields at run time?
I'm new to Wicket and was hoping this framework would allow me to write a data driven editor. The idea is to get the data's schema at run time and then automatically create a suitable form to allow a user to edit the data.
Everything was going well until it dawned on me that the markup page has to include all the Wicket tags to match the Wicket components and if they don't you get an exception.
But if that's the case how does Wicket handle forms where you click a button on the web page to add an extra field?
Regards, David Legg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
