I have a dataview in my page , a delete or add action should repaint or rerender the dataview ,
to acheieve this I am adding the dataview container to AjaxRequestTarget, the method populateItem of dataview gets called but not the constructor , the constructor loads the data from database , so any change to my database is not reflecting in the dataview becasue its not reloading the data , so please suggest me how can i tell the dataview component to reload the data ? -- View this message in context: http://www.nabble.com/ajax-request-and-reload-the--datview-model-tp22682290p22682290.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]
