RE: How Can I Implement a Dynamic Table?

2007-08-10 Thread Pantaleoni, Andrea (KCTU)
little bit more flexible Thanks a lot indeed Andrea -Original Message- From: Peter Thomas [mailto:[EMAIL PROTECTED] Sent: 10 August 2007 15:23 To: users@wicket.apache.org Subject: Re: How Can I Implement a Dynamic Table? On 8/10/07, Pantaleoni, Andrea (KCTU) <[EMAIL PROTECTED]>

RE: How Can I Implement a Dynamic Table?

2007-08-10 Thread Pantaleoni, Andrea (KCTU)
second over the columns. The problem can be reduced to have a valid model to specify the columns. This could be done, with a simple array of bean attribute names or using reflection to extract bean getter ... or some other complex way .. - Paolo (at fao.org) On 8/10/07, Pantaleoni, Andrea

RE: getting component parent

2007-08-10 Thread Pantaleoni, Andrea (KCTU)
Actually I'm using use 1.2 -Original Message- From: Will Jaynes [mailto:[EMAIL PROTECTED] Sent: 10 August 2007 13:52 To: users@wicket.apache.org Subject: getting component parent Using 1.3. I have a panel which needs to create different internal components depending on who it's parent

How Can I Implement a Dynamic Table?

2007-08-10 Thread Pantaleoni, Andrea (KCTU)
Hello, I have to implement a dynamic table: depending on user choices or values of fields in database, the number of columns could change. e.g. In same case I can have 3 columns containing Labels or in other cases 5 containing Labels and form components(and so on). To do that I'm using a ListView i