when you're updating a listview (or dataview) by means of ajax, you have to replace the container that contains the view - the view itself doesn't have a markupid (at least i think so)
<div wicket:id="container"> <!-- update this one --> <div wicket:id="listView"/> </div> hope this helps michael wicketshafi wrote: > > > > I am using DATAVIEW , > I also set dataView.setOutMarkupId(true); > > But in wicket ajax debug it is giving the probelm that " Make sure you > called component.setOutputMarkupId(true) on the component whose markup you > are trying to update. " > It is giving when I click on page 2,3.... > > can help me to resolve this.... > > regards > Shafi > > > > > ----- Michael Sparer http://talk-on-tech.blogspot.com -- View this message in context: http://www.nabble.com/MarkupId%28%29-problem-for-data-view-in-wicket...-tf4936681.html#a14130827 Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
