Re: Refreshing listview using AJAX

2011-02-11 Thread chechaquo
Thanks Pedro, worked like a charm! :) -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Refreshing-listview-using-AJAX-tp3301427p3301602.html Sent from the Users forum mailing list archive at Nabble.com

Re: Refreshing listview using AJAX

2011-02-11 Thread Pedro Santos
xception e) { > // TODO Auto-generated catch block >e.printStackTrace(); >} >} >}; > >add(username); >add(searchContact); >} >} > } >

Refreshing listview using AJAX

2011-02-11 Thread chechaquo
} catch (Exception e) { // TODO Auto-generated catch block e.printStackTrace(); } } }; add(username); add(searchContact); } } } what I'm doing wrong? I'm