Re: Components questions

2007-12-23 Thread Artur W.
. 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 PROTECTED

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.

Re: Components questions

2007-12-22 Thread Neo Anderson
td1/td td2/td td3/td /tr !--- end --- /table - Original Message From: Per Newgro [EMAIL PROTECTED] To: 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

Re: Components questions

2007-12-22 Thread Neo Anderson
@wicket.apache.org Sent: Saturday, 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. table !-- beg -- tr td rowspan=4date/td