Re: submit form to bookmarkable page

2008-05-01 Thread Catalin Marinas
Catalin Marinas wrote: I'm not sure that's the best way but I wanted to avoid calling onComponentTagBody in Form which generates the hidden fields. Ideally, I should use a WebMarkupContainer but, as you noticed, it adds the changes the elementname with formname:elementname. Somehow

Re: submit form to bookmarkable page

2008-04-30 Thread Catalin Marinas
I got something working with the example code below (Hello.class is bookmarkable and mounted). What we would need in Wicket is a BookmarkableForm class: StatelessForm form = new StatelessForm(form) { @Override protected void