Author: hlship
Date: Thu Dec 20 14:23:35 2007
New Revision: 606038

URL: http://svn.apache.org/viewvc?rev=606038&view=rev
Log:
TAPESTRY-1942: Client side validation should be triggered when the user moves 
out of a field

Modified:
    
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry/services/PageRenderInitializer.java

Modified: 
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry/services/PageRenderInitializer.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry/services/PageRenderInitializer.java?rev=606038&r1=606037&r2=606038&view=diff
==============================================================================
--- 
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry/services/PageRenderInitializer.java
 (original)
+++ 
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry/services/PageRenderInitializer.java
 Thu Dec 20 14:23:35 2007
@@ -16,7 +16,7 @@
 
 /**
  * Service to which an ordered collection of [EMAIL PROTECTED] 
org.apache.tapestry.services.MarkupRendererFilter}s is
- * provided, which can then merge the filters with an eactual [EMAIL 
PROTECTED] org.apache.tapestry.services.MarkupRenderer}.
+ * provided, which can then merge the filters with an actual [EMAIL PROTECTED] 
org.apache.tapestry.services.MarkupRenderer}.
  */
 public interface PageRenderInitializer
 {


Reply via email to