There are a few things I noticed... Your fragment markup doesnt seem to have all the wicket:id's that you have add() for in the fragment constructor - in fact it only has the first id column's wicket id.
Also do you really need the page thats holding the fragment to be passed to the next page? The error seems to suggest editPhone component is missing on the page - make sure you have markup and component in sync. Are you running in development mode? Doug Leeper wrote: > > Here is something interesting... > > I changed my DataView to ListView and now it works. > > Any known issue in using a DataView over a ListView in this given > circumstance? > -- View this message in context: http://www.nabble.com/Fragment-issue-tp17116545p17120174.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
