Re: Components questions

2007-12-23 Thread Artur W.
avior.AttributeAppender. Artur -- View this message in context: http://www.nabble.com/Components-questions-tp14470326p14485150.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Re: Components questions

2007-12-22 Thread Neo Anderson
ay, 22 December, 2007 11:59:58 PM Subject: Re: Components questions Thanks your reply. I still have one question. If I want to achieve the effect as following html code in Wicket. What should I do? Thank you very much. date 1 2 3 1 2 3 1 2 3 1 2 3 - Or

Re: Components questions

2007-12-22 Thread Neo Anderson
users@wicket.apache.org Sent: Saturday, 22 December, 2007 11:41:09 PM Subject: Re: Components questions Am Samstag, 22. Dezember 2007 16:23:30 schrieb Neo Anderson: > I am new to Wicket framework and I got a few questions. > > Does Wicket provide components such as grid (tab

Re: Components questions

2007-12-22 Thread Per Newgro
Am Samstag, 22. Dezember 2007 16:23:30 schrieb Neo Anderson: > I am new to Wicket framework and I got a few questions. > > Does Wicket provide components such as grid (table)? > yes http://wicket.apache.org/ - base http://www.wicketstuff.org/wicket13/ examples http://wicketstuff.org/wicket13/compre

Components questions

2007-12-22 Thread Neo Anderson
I am new to Wicket framework and I got a few questions. Does Wicket provide components such as grid (table)? If yes, does the grid / table support row/ column span? If not, what should I do if I want to achieve such effect in Wicket? Thank you very much. ___