I want to swap two elements in a ListView. The problem is that I want to persist all changes on every request (with validation etc). List should be ordered by a special field (I called it "position").
I've taken various different approaches, always used ListView as a basis, not RepeatingView. I had different results but the list never worked properly. I'll look deeper at your article tommorow. 2010/1/8 Igor Vaynberg <[email protected]> > it usually helps to describe the problem.... > > but out of curiousity is this applicable? > http://wicketinaction.com/2008/10/building-a-listeditor-form-component/ > > -igor > > On Fri, Jan 8, 2010 at 2:42 PM, Piotr Tarsa <[email protected]> wrote: > > Hello, > > > > I've tried virtually everything. I'm looking for someone who has > experience > > with GAEJ. > > > > Running site is at: http://data-compression.appspot.com/ > > Source code (need wicket-guice): > http://code.google.com/p/data-compression/ > > > > Page address: > > http://data-compression.appspot.com/Administration/HomePagePanel > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
