Hello All, I've been using CheckBoxGroup in my application and followed the below example URL:- http://examples7x.wicket.apache.org/compref/wicket/bookmarkable/org.apache.wicket.examples.compref.CheckGroupPage;jsessionid=A65260928022BEDC4A2943D0F5FD6996?0 <http://examples7x.wicket.apache.org/compref/wicket/bookmarkable/org.apache.wicket.examples.compref.CheckGroupPage;jsessionid=A65260928022BEDC4A2943D0F5FD6996?0>
I need to remove single, multiple or all entries from database by selecting checkbox. <http://apache-wicket.1842946.n4.nabble.com/file/n4677171/sample_2.png> On clicking the delete button, I was able to fetch the corresponding entries like "Manoj", "Neeraj" and then I performed below operation in my panel:- For first username record, deleteUserStoreDomain() method return TRUE but for each next username record it returns FALSE. Thus, I'm unable to perform 'multiple' and 'all' username records deletion. Kindly suggest solutions for this issue. Thanks in advance. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Java-Wickets-Delete-Multiple-Entries-CheckboxGroup-tp4677171.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
