Author: mgrigorov
Date: Fri May 6 11:52:47 2011
New Revision: 1100180
URL: http://svn.apache.org/viewvc?rev=1100180&view=rev
Log:
WICKET-3672 Docs typos etc.
Modified:
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/form/SubmitLink.java
Modified:
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/form/SubmitLink.java
URL:
http://svn.apache.org/viewvc/wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/form/SubmitLink.java?rev=1100180&r1=1100179&r2=1100180&view=diff
==============================================================================
---
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/form/SubmitLink.java
(original)
+++
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/form/SubmitLink.java
Fri May 6 11:52:47 2011
@@ -86,8 +86,8 @@ public class SubmitLink extends Abstract
* With this constructor the SubmitLink will submit the {@link Form}
that is given when the link
* is clicked on.
*
- * The SubmitLink doesn't have to be in inside the {@link Form}. But
currently if it is outside
- * the {@link Form} and the SubmitLink will be rendered first. Then the
{@link Form} will have a
+ * The SubmitLink doesn't have to be inside the {@link Form}. But
currently if it is outside the
+ * {@link Form} and the SubmitLink is rendered first, then the {@link
Form} will have a
* generated javascript/css id. The markup javascript/css id that can
exist will be overridden.
*
* @param id