Author: jrthomerson
Date: Thu Jul 14 02:07:29 2011
New Revision: 1146543
URL: http://svn.apache.org/viewvc?rev=1146543&view=rev
Log:
minor typo fixes
Modified:
wicket/branches/wicket-1.4.x/wicket-examples/src/main/java/org/apache/wicket/examples/repeater/GridViewPage.java
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/form/CheckGroup.java
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/form/RadioGroup.java
Modified:
wicket/branches/wicket-1.4.x/wicket-examples/src/main/java/org/apache/wicket/examples/repeater/GridViewPage.java
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/wicket-examples/src/main/java/org/apache/wicket/examples/repeater/GridViewPage.java?rev=1146543&r1=1146542&r2=1146543&view=diff
==============================================================================
---
wicket/branches/wicket-1.4.x/wicket-examples/src/main/java/org/apache/wicket/examples/repeater/GridViewPage.java
(original)
+++
wicket/branches/wicket-1.4.x/wicket-examples/src/main/java/org/apache/wicket/examples/repeater/GridViewPage.java
Thu Jul 14 02:07:29 2011
@@ -23,7 +23,7 @@ import org.apache.wicket.markup.repeater
import org.apache.wicket.markup.repeater.data.IDataProvider;
/**
- * page for demonstrating the gridview componnet
+ * page for demonstrating the gridview component
*
* @author igor
*/
Modified:
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/form/CheckGroup.java
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/form/CheckGroup.java?rev=1146543&r1=1146542&r2=1146543&view=diff
==============================================================================
---
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/form/CheckGroup.java
(original)
+++
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/form/CheckGroup.java
Thu Jul 14 02:07:29 2011
@@ -142,7 +142,7 @@ public class CheckGroup<T> extends FormC
"] contains an
illegal relative path " +
"element [" +
value +
- "] which does
not point to a Check component. Due to this the CheckGroup component cannot
resolve the selected Check component pointed to by the illegal value. A
possible reason is that componment hierarchy changed between rendering and form
submission.");
+ "] which does
not point to a Check component. Due to this the CheckGroup component cannot
resolve the selected Check component pointed to by the illegal value. A
possible reason is that component hierarchy changed between rendering and form
submission.");
}
// assign the value of the group's model
Modified:
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/form/RadioGroup.java
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/form/RadioGroup.java?rev=1146543&r1=1146542&r2=1146543&view=diff
==============================================================================
---
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/form/RadioGroup.java
(original)
+++
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/form/RadioGroup.java
Thu Jul 14 02:07:29 2011
@@ -123,8 +123,8 @@ public class RadioGroup<T> extends FormC
value +
"] for RadioGroup component [" +
getPath() +
- "] is illegal because it does
not contain relative path to a Radio componnet. " +
- "Due to this the RadioGroup
component cannot resolve the selected Radio component pointed to by the illegal
value. A possible reason is that componment hierarchy changed between rendering
and form submission.");
+ "] is illegal because it does
not contain relative path to a Radio component. " +
+ "Due to this the RadioGroup
component cannot resolve the selected Radio component pointed to by the illegal
value. A possible reason is that component hierarchy changed between rendering
and form submission.");
}