I still got a problem. When i override onClick() and just try to logg
something out nothing happends.

@Override
                                        protected PagingNavigationLink<?> 
newPagingNavigationLink(String id,
IPageable pageable, final int pageNumber) {
                                                return new 
PagingNavigationLink(id, pageable, pageNumber) {
                                                        private static final 
long serialVersionUID = 1L;

                                                        @Override
                                                        public void onClick() {
                                                                
LOGGER.info("Bla");
                                if (parameters.containsKey("popup")) {
                                        parameters.remove("popup");
                                }
                                                        }

                                                };
                                        }

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/popup-to-disapear-on-defaultdatatable-paging-tp3943946p3944415.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