Hi, i have an inner form that i want to modularize (the class and the html), but the only way that came up to my mind to do this is creating a new class that extends Panel, add the form to it (as inner too but this time into the extended panel) and put in a html file my code inside <wicket:panel></wicket:panel>. It works, but at this time i'm not modularizing a form but a panel... Is there some way to get BarForm.java BarForm.html and in the html code of the page where i want to add this extended form put just something like <form wicket:id="myBarForm"></form> and in my page just add(new BarForm("myBarForm")) and the form rendered had been taken from BarForm.html?

tanks. :P
begin:vcard
fn;quoted-printable:Diego L=C3=B3pez Le=C3=B3n
n;quoted-printable:L=C3=B3pez Le=C3=B3n;Diego
org:los-programadores.nl
adr:;;Av. Del Libertador 3624;Capital Federal;;;Argentina
email;internet:[EMAIL PROTECTED]
title:Young Padawan
tel;home:+54 11 45816610
x-mozilla-html:FALSE
url:http://www.los-programadores.nl
version:2.1
end:vcard

-------------------------------------------------------------------------
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