在我的項目中,我使用LoadableDetachableModel如下所示。 public ReportPage(final Objectm, final PageReference pr) throws CustomException{
try{
final LoadableDetachableModel<List<MaintReport>> ldm =
new Loadable
我有一個帶有複選框列的表單。 ArrayList<MyObject> myObjectsList = // Load from database ...
ArrayList<MyObject> selectedObjects = new ArrayList<MyObject>();
Form form = new Form("my-form");
CheckGroup<MyObject>
我想通過一個searchService到一個窗體Wicket使用。 當我運行這個與searchService是最終的,我沒有得到任何問題,但我必須做出最後的決定,以便在覆蓋的onSubmit中使用它。 final SearchService searchService = new SearchService();
Form<?> form = new Form("searchForm"
因此,我所擁有的是一個DataView,有三列,其中一列是允許用戶檢查他們想要下載哪些文件的複選框列。爲了簡單起見(我認爲);我決定將這些文件壓縮成一個zip文件並在其生成後提供。 這是我到目前爲止有: 代碼:: Button downloadLogButton = new Button("downloadlogbutton") {
private static final long