[Wicket-user] Several times the same panel on a page

2006-07-10 Thread Alban Duval
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

Re: [Wicket-user] Several times the same panel on a page

2006-07-10 Thread Nino Wael
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

Re: [Wicket-user] Several times the same panel on a page

2006-07-10 Thread Alban Duval
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

Re: [Wicket-user] Several times the same panel on a page

2006-07-10 Thread Martijn Dashorst
@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

Re: [Wicket-user] Several times the same panel on a page

2006-07-10 Thread Johan Compagner
-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

Re: [Wicket-user] Several times the same panel on a page

2006-07-10 Thread Johan Compagner
use a listview if you want repeating stuffBut what do you mean exactly with the same panel?The same instance? That is not possible. A instance can only be used once in a page.You can add more instances of the panel to your page. But then also the wicket:id's don't have to be the same or something

Re: [Wicket-user] Several times the same panel on a page

2006-07-10 Thread Bruno Borges
It's just like in JFC Swing.You can't add the same JButton's instance into several JPanels... ;)[]'sOn 7/10/06, Johan Compagner [EMAIL PROTECTED] wrote:use a listview if you want repeating stuff But what do you mean exactly with the same panel?The same instance? That is not possible. A instance