Just do
<span wicket:id="panel1">
<span wicket:id="panel2">
<span wicket:id="panel3">
<span wicket:id="panel4">
and in your code:
add(new MyPanel("panel1"));
add(new MyPanel("panel2"));
add(new MyPanel("panel3"));
add(new MyPanel("panel4"));
johan
On 7/10/06,
Alban Duval <[EMAIL PROTECTED]> wrote:
What I want to do is to use a panel containing a table, a text field and a button (allowing to add the content of the text field into the table using a listview).
I would like to use such a panel four times on the same page.
The purpose is to avoid coding four times all of those components by reusing the panel. It would work if I use the panel on different pages, but not on the same page because of the wicket:id of the components composing the panel.....
Nino Wael a écrit :Why dont you just use a listview?regards Nino -----Original Message----- From: [EMAIL PROTECTED] on behalf of Alban Duval Sent: Mon 10-07-2006 13:30 To: wicket-user@lists.sourceforge.net Cc: Subject: [Wicket-user] Several times the same panel on a page Hi all, I'd like to know if there is a way to add several times the same panel on the same page ?? It seems to be impossible because it means to add several times element with the same wicket:id... Considering this, I think the question could be : could we change dynamically the wicket:id of some elements ?? AD. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user__________ NOD32 1.1651 (20060708) Information __________ This message was checked by NOD32 antivirus system. http://www.eset.com------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642__________ NOD32 1.1651 (20060708) Information __________ This message was checked by NOD32 antivirus system. http://www.eset.com_______________________________________________ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user__________ NOD32 1.1651 (20060708) Information __________ This message was checked by NOD32 antivirus system. http://www.eset.com
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user