Re: CompoundPropertyModel and nested DataView

2009-06-25 Thread Jeremy Thomerson
r >> CompoundPropertyModel? :) Can you point me to some documentation that might >> help me understand it better? >> >> -Original Message- >> From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] >> Sent: Thursday, June 25, 2009 11:22 AM >> To: user

Re: CompoundPropertyModel and nested DataView

2009-06-25 Thread Jeremy Thomerson
ited for > CompoundPropertyModel? :) Can you point me to some documentation that might > help me understand it better? > > -Original Message- > From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] > Sent: Thursday, June 25, 2009 11:22 AM > To: users@wicket.apache.org > Subject: Re:

RE: CompoundPropertyModel and nested DataView

2009-06-25 Thread Hubbard, Bobby
@wicket.apache.org Subject: Re: CompoundPropertyModel and nested DataView if you are a newbie do not use CPM it is a shortcut model more suited for users who know and understand models well. -igor On Wed, Jun 24, 2009 at 5:35 PM, Hubbard, Bobby wrote: > I am a Wicket newbie and am curren

Re: CompoundPropertyModel and nested DataView

2009-06-25 Thread Igor Vaynberg
if you are a newbie do not use CPM it is a shortcut model more suited for users who know and understand models well. -igor On Wed, Jun 24, 2009 at 5:35 PM, Hubbard, Bobby wrote: > I am a Wicket newbie and am currently struggling with > CompoundPropertyModel. I have found a lot on the list about >

CompoundPropertyModel and nested DataView

2009-06-24 Thread Hubbard, Bobby
I am a Wicket newbie and am currently struggling with CompoundPropertyModel. I have found a lot on the list about CompoundPropertyModel but not regarding this specific issue. I am building a shopping cart. I have placed the cart's form inside a panel and the cart items (via DataView) are inside the