Re: Panels in a panel

2008-06-16 Thread Nino Saturnino Martinez Vazquez Wael
Or the wicket-iolite maven archetype, which has a really simple example of this: http://wicketstuff.org/confluence/display/STUFFWIKI/Wicket-Iolite James Carman wrote: On Fri, Jun 13, 2008 at 11:51 AM, m_salman [EMAIL PROTECTED] wrote: Thanks for your reply. Unfortunately I need more

Panels in a panel

2008-06-13 Thread m_salman
me what will be the right way to handle this. I tried to do search for this and it seems that there is a way of doing this by using RepeaterView. If so then please let me know how. Thank you -Mohammad -- View this message in context: http://www.nabble.com/Panels-in-a-panel-tp17817534p17817534

Re: Panels in a panel

2008-06-13 Thread Nino Saturnino Martinez Vazquez Wael
use a listview,propertylistview or repeater... Differences are: listview: iterates over a list propertylistviw:-||- and bound the item.model via a compound model, very usefull if you use compound models a lot. repeater: repeats for int times, as I remember it.. m_salman wrote: Hi, I have

Re: Panels in a panel

2008-06-13 Thread m_salman
on this and I really do wan tto use Wicket. Thanks so much again. -Mohammad -- View this message in context: http://www.nabble.com/Panels-in-a-panel-tp17817534p17826539.html Sent from the Wicket - User mailing list archive at Nabble.com