On 4/27/07, jan_bar <[EMAIL PROTECTED]> wrote:
> I think that you cannot nest <form> in HTML. You have to "nest" them with
> CSS. This will also solve your trouble with form submits - I think that the
> browser simply ignores the nested <form> tags.

Wicket supports nested forms. The inner form tags are replaced with
<span> elements. This is a component framework, where you expect forms
to be able to be nested (form on a reusable panel anyone?).

Martijn
-- 
Learn Wicket at ApacheCon Europe: http://apachecon.com
Join the wicket community at irc.freenode.net: ##wicket
Wicket 1.2.6 contains a very important fix. Download Wicket now!
http://wicketframework.org

-------------------------------------------------------------------------
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to