2012-07-24 44 views

回答

7

在窗體構造函數或之前來添加表單,表單設置爲輸出標記ID:

form.setOutputMarkupId(true); 

,然後在onSubmit窗體添加到target

target.add(form);