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

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

2007-06-22 Thread Eelco Hillenius
I think the best thing you can do is somehow trying to really get it reproducable and try to fit it in a quickstart or junit test and open a JIRA issue for it. Eelco On 6/16/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, i'm having an strange behavior in my application. i have a form with

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

2007-06-22 Thread Frank Bille
On 6/16/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, i'm having an strange behavior in my application. i have a form with a listview inside and the items in this listview can be reordered using buttons (that's why the list is inside a form). In the form i have a link that opens a

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

2007-06-22 Thread Matej Knopp
What wicket version are you using? Nested forms are only supported in 1.3. If you are using modal window with 1.2, the only reliable way to use forms is putting a page inside modal window. -Matej On 6/22/07, Frank Bille [EMAIL PROTECTED] wrote: On 6/16/07, [EMAIL PROTECTED] [EMAIL PROTECTED]

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

2007-06-16 Thread diego
Hi, i'm having an strange behavior in my application. i have a form with a listview inside and the items in this listview can be reordered using buttons (that's why the list is inside a form). In the form i have a link that opens a modalWindow to add a new element to my list (the link and the