Re: Can't add a Form component to an Item in RefreshingView!?

2009-07-03 Thread Fernando Wermus
Philip, Remember that some repeaters when are refreshed change their items. You have to instruct no to create new items instances. Take a look at ListView. I looked for Refreshing view but I couldn't see any class like that. bye! On Fri, Jul 3, 2009 at 1:23 AM, Philip Watson wrote: > I'm new

RE: Can't add a Form component to an Item in RefreshingView!?

2009-07-03 Thread Jeremy Thomerson
Hard to help you without seeing code / markup. Jeremy Thomerson http://www.wickettraining.com -- sent from a wireless device -Original Message- From: Philip Watson Sent: Friday, July 03, 2009 3:23 AM To: users@wicket.apache.org Subject: Can't add a Form component to an It

Can't add a Form component to an Item in RefreshingView!?

2009-07-03 Thread Philip Watson
I'm new to Wicket. I'm a little impatient with this one... so here goes. I have a RefreshingView, with each item getting a Fragment component added to it in the populateItem() method. Each of these Fragment components only contain Labels. All is well here. However, whenever I add a single Fragmen