[Wicket-user] NullPointerException when clicking on an expired wizard button

2007-08-06 Thread David Leangen
Hi! I was running some random tests to try to see what kind of trouble a typical user of my app could cause. After completing a wizard, clicking the browser's back button, then clicking the previous button of the wizard, I get the error below. Is there a more graceful way to handle this rather

Re: [Wicket-user] Form inside a modalWindow inside a Form :-/

2007-08-06 Thread Tim O'Brien
I'm having a similar problem in 1.3.0-SNAPSHOT without any nested forms. I simply have a ModelWindow with a Panel, in the panel I define (among other things): Form reorder = new Form(reorder); reorder.setOutputMarkupId(true); add( reorder ); But in the generated HTML, the form element

Re: [Wicket-user] Form inside a modalWindow inside a Form :-/

2007-08-06 Thread Matej Knopp
That's weird. If you really don't have nested forms this shouldn't happen. Can you plese provide a testcase? -Matej On 8/6/07, Tim O'Brien [EMAIL PROTECTED] wrote: I'm having a similar problem in 1.3.0-SNAPSHOT without any nested forms. I simply have a ModelWindow with a Panel, in the panel