我尝试将PageableListView与PagingNavigation结合使用。从看上去很简单的例子来看,但我无法让它起作用。我总是收到以下错误消息:
public FriendsPanel(String id){
PageableListView<User> listview = new PageableListView<User>(&q
这个类的实体通过PageableListView显示在我的Wicket页面中。当我呈现网页时,我会得到一个NotSerializableException。WebMarkupContainer container = new WebMarkupContainer("tableResult"); PageableListViewrepeating = new PageableListView("repeating",
在我的应用程序中,我需要pageableListView和propertyListView相结合。我只是想知道为什么pageableListView没有没有模型或列表的构造器。我只是创建了一个新的类,它扩展了propertyListView,并有一个带有pageableListView的body和一个附加的构造函数,只有string = id和行数。UnsupportedOperationException {
throw new UnsupportedOperationException("You must no