On your View page your ListView should have a LoadableDetachableModel passed
to it instead of the Article.getArticles() list. In fact you could use the
same model that you have feeding your DropDownChoice in your edit page. Just
refactor that model out into a separate class and use in both cases.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/View-page-not-updating-after-Edit-page-makes-changes-tp4664739p4664745.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to