They are using
Form<Void> form = new Form<Void>("form");and still no version in url on round-trips. Also, FilterForm from Wicket API doesn't extends StatelessForm while your answer states that must be the case. On 21 August 2012 14:20, Martin Grigorov <[email protected]> wrote: > Use StatelessForm instead. > > On Tue, Aug 21, 2012 at 1:06 PM, Alex Shubert <[email protected]> wrote: >> Hello >> >> Recently I found wicket tree control >> >> http://wicket-tree.appspot.com/nested >> >> and one there is a thing I can't understand: while the page contains >> Form it looks like not versioned. I mean there are no version number >> in a url. >> How does it work then? Is there any clear way to build pages >> containing Form without explicit version number in url except some >> black magic involved ( modified MountedMapper ) >> >> >> >> >> -- >> Best regards >> Alexandr >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > > > -- > Martin Grigorov > jWeekend > Training, Consulting, Development > http://jWeekend.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Best regards Alexandr --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
