| | Button (Wicket 1.2-SNAPSHOT API) (Site not responding. Last check: 2007-10-13) |
 | | When you add a Wicket Button to a form, and that button is clicked, by default the button's onSubmit method is called first, and after that the form's onSubmit method is called. |
 | | When you set this to false (default is true), all validation and formupdating is bypassed and the onSubmit method of that button is called directly, and the onSubmit method of the parent form is not called. |
 | | When false (default is true), all validation and formupdating is bypassed and the onSubmit method of that button is called directly, and the onSubmit method of the parent form is not called. |
| wicket.sourceforge.net /apidocs/wicket/markup/html/form/Button.html (645 words) |