Author: jdonnerstag
Date: Wed Oct 7 19:34:26 2009
New Revision: 822868
URL: http://svn.apache.org/viewvc?rev=822868&view=rev
Log:
fixed Button.onSubmit javadoc is misleading
Issue: WICKET-2505
Modified:
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/form/Button.java
Modified:
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/form/Button.java
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/form/Button.java?rev=822868&r1=822867&r2=822868&view=diff
==============================================================================
---
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/form/Button.java
(original)
+++
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/form/Button.java
Wed Oct 7 19:34:26 2009
@@ -220,9 +220,8 @@
/**
* Override this method to provide special submit handling in a
multi-button form. It is called
- * whenever the user clicks this particular button.
+ * whenever the user clicks this particular button, except if
validation fails.
*/
- // TODO 1.5: make this method abstract
public void onSubmit()
{
}