Author: jrthomerson
Date: Sat Sep 26 23:02:29 2009
New Revision: 819228

URL: http://svn.apache.org/viewvc?rev=819228&view=rev
Log:
fix typo in error message

Modified:
    
wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/CheckGroup.java
    
wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/RadioGroup.java

Modified: 
wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/CheckGroup.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/CheckGroup.java?rev=819228&r1=819227&r2=819228&view=diff
==============================================================================
--- 
wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/CheckGroup.java
 (original)
+++ 
wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/CheckGroup.java
 Sat Sep 26 23:02:29 2009
@@ -141,7 +141,7 @@
                                                                "] 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/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/RadioGroup.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/RadioGroup.java?rev=819228&r1=819227&r2=819228&view=diff
==============================================================================
--- 
wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/RadioGroup.java
 (original)
+++ 
wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/RadioGroup.java
 Sat Sep 26 23:02:29 2009
@@ -124,7 +124,7 @@
                                                "] 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.");
+                                               "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.");
                        }
 
 


Reply via email to