The basic idea is you create panels with your various form components and add them to the form as needed. Here's a wiki page about it:
http://cwiki.apache.org/WICKET/forms-with-dynamic-elements.html On Feb 19, 2008 3:11 PM, taygolf <[EMAIL PROTECTED]> wrote: > > Hey guys, > > I am very new to wicket and I have a quick question. What I have is a page > that takes in a type and subtype in a form and submits it to the next > page. > based on that information I want to query my table and create the form > that > needs to be completed. How can I do this with wicket. I am currently using > JSp to loop through the resultset and create the html but how do I do this > with wicket. I have done some searching and I will continue to do so but > if > you could point me in the right direction I would appreciate it. > > Thanks > > -- > View this message in context: > http://www.nabble.com/create-wicket-form-on-the-fly-tp15568030p15568030.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Nick Heudecker Professional Wicket Training & Consulting http://www.systemmobile.com Eventful - Intelligent Event Management http://www.eventfulhq.com
