Error updating DataTable after submit

2010-10-14 Thread mailinglists_inbox
Hello, I've just come across wicket and started playing around - so far, I encounterd some issues: My first issue is: Given a table and a Panel: //SomePage.java private TablePanel tp; tp = new TablePanel(tablePanel,columns,new PersonBeanProvider(searchFilter),12); //TablePanel.java class

Yui not included in wicket-extensions?

2010-10-14 Thread mailinglists_inbox
Hello, Is yui included in wicket-extions? My pom.xml says: dependency groupIdorg.apache.wicket/groupId artifactIdwicket-extensions/artifactId version${wicket.version}/version /dependency But