Re: Generate dynamic tables

2009-10-30 Thread James Carman
is message in context: > http://old.nabble.com/Generate-dynamic-tables-tp26080641p26127900.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: users-unsubscr...@wick

Re: Generate dynamic tables

2009-10-30 Thread vela
Hello again, Could you tell how to add dynamic column in the DefaultDataTable -- View this message in context: http://old.nabble.com/Generate-dynamic-tables-tp26080641p26127900.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Generate dynamic tables

2009-10-29 Thread James Carman
t; get start > > On Thu, Oct 29, 2009 at 10:24 AM, vela wrote: > >> >> Hello again, >> >> Could you tell, which class to use to achieve this functionality >> >> >> >> >> >> >> >> >> -- >> View this messa

Re: Generate dynamic tables

2009-10-29 Thread Pedro Santos
achieve this functionality > > > > > > > > > -- > View this message in context: > http://www.nabble.com/Generate-dynamic-tables-tp26080641p26112012.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > -

Re: Generate dynamic tables

2009-10-29 Thread vela
Hello again, Could you tell, which class to use to achieve this functionality -- View this message in context: http://www.nabble.com/Generate-dynamic-tables-tp26080641p26112012.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Generate dynamic tables

2009-10-27 Thread Pedro Santos
You can use table form wicketstuff if you like to create an tableModel to present your xml data. Then you get dynamic columns... On Tue, Oct 27, 2009 at 2:22 PM, sakthi vel wrote: > Hello, > > How to generate tables with dynamic columns using any one of the repeaters. > I need to parse the xml

Generate dynamic tables

2009-10-27 Thread sakthi vel
Hello, How to generate tables with dynamic columns using any one of the repeaters. I need to parse the xml and generate the table based on the xml data. Can anyone tell how to acheive this functionality in wicket