Re: Forms and Listview questions..?

2007-11-21 Thread Nino Saturnino Martinez Vazquez Wael
Hmm yeah, but I might have to give it a second glance. Still I feel it's kind of odd that the listItem gets the pageModel and not its own model as model when using it as compoundmodel. -Nino Gwyn Evans wrote: Just to check that, as you're looking at more complex displays, you've had a look at

Re: Forms and Listview questions..?

2007-11-21 Thread Gwyn Evans
Just to check that, as you're looking at more complex displays, you've had a look at the wicket-extension facilities, e.g. those below org.apache.wicket.extensions.markup.html.repeater.data, for instance? Examples at http://www.wicketstuff.org/wicket13/repeater/ /Gwyn On 21/11/2007, Nino Saturni

Re: Forms and Listview questions..?

2007-11-20 Thread Nino Saturnino Martinez Vazquez Wael
Gwyn Evans wrote: On 20/11/2007, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: Gwyn Evans wrote: On 20/11/2007, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: Bump for replies..? Does my mail make sense? Do I need to specify anything further

Re: Forms and Listview questions..?

2007-11-20 Thread Gwyn Evans
On 20/11/2007, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: > > > Gwyn Evans wrote: > > On 20/11/2007, Nino Saturnino Martinez Vazquez Wael > > <[EMAIL PROTECTED]> wrote: > > > >> Bump for replies..? Does my mail make sense? Do I need to specify > >> anything further? > >> > >> N

Re: Forms and Listview questions..?

2007-11-20 Thread Nino Saturnino Martinez Vazquez Wael
Gwyn Evans wrote: On 20/11/2007, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: Bump for replies..? Does my mail make sense? Do I need to specify anything further? Nino Saturnino Martinez Vazquez Wael wrote: Hi I've been "playing" with both forms and listviews. And

Re: Forms and Listview questions..?

2007-11-20 Thread Gwyn Evans
On 20/11/2007, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: > Bump for replies..? Does my mail make sense? Do I need to specify > anything further? > > Nino Saturnino Martinez Vazquez Wael wrote: > > Hi > > > > I've been "playing" with both forms and listviews. And I wanted to >

Re: Forms and Listview questions..?

2007-11-20 Thread Nino Saturnino Martinez Vazquez Wael
Bump for replies..? Does my mail make sense? Do I need to specify anything further? Nino Saturnino Martinez Vazquez Wael wrote: Hi I've been "playing" with both forms and listviews. And I wanted to extend a form creating my own form that has captcha validation as standard, I cant just seem t

Forms and Listview questions..?

2007-11-19 Thread Nino Saturnino Martinez Vazquez Wael
Hi I've been "playing" with both forms and listviews. And I wanted to extend a form creating my own form that has captcha validation as standard, I cant just seem to find where to place the markup when extending Form? I then tried doing it with a panel but also ran into sometroubles. Also I