simply embed your own form into the wizard step panel. wicket supports nested forms it will deal with it properly.
-igor On Sun, Mar 30, 2008 at 2:55 PM, Jirka Hradil <[EMAIL PROTECTED]> wrote: > > Hello, > > I would like to write a custom form in wicket wizard. The documentation > suggested me that overriding the newForm method is what I'm searching for > but I have no idea how I can do it. Could you give me an example please? My > objective is to share a same form among wizard, detail and edit pages in an > application. > > Thanks for you reply, > > Jirka Hradil > -- > View this message in context: > http://www.nabble.com/How-to-add-a-custom-form-in-Wicket-wizard-%28org.apache.wicket.extensions.wizard.Wizard%29-tp16388070p16388070.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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
