Re: [Wicket-user] Question about multiple AjaxSubmitLinks in one form

2007-08-01 Thread Eelco Hillenius
Suppose that I have one form which has two parts: each part has an AjaxSubmitLink and some other input components(such as TextField, CheckBox,...): [code] public class MyPage extends WebPage { public MyPage() { Form form = new Form(...); add(form); //Part1

[Wicket-user] Question about multiple AjaxSubmitLinks in one form

2007-07-19 Thread rc.china
Suppose that I have one form which has two parts: each part has an AjaxSubmitLink and some other input components(such as TextField, CheckBox,...): [code] public class MyPage extends WebPage { public MyPage() { Form form = new Form(...); add(form); //Part1