« Return to Thread: Form inside a modalWindow inside a Form :-/

Re: Form inside a modalWindow inside a Form :-/

by Matej Knopp :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View in Thread

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 <frank.bille@...> wrote:

> On 6/16/07, diego@... <diego@... > 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 modalWindow to add a new element to my
> > list (the link and the modal are defined as elements inside the form).
> >
>
> Why is the modal component defined inside the form? Couldn't you just move
> it out of the form?
>
> Frank
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@...
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@...
https://lists.sourceforge.net/lists/listinfo/wicket-user

 « Return to Thread: Form inside a modalWindow inside a Form :-/