You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2007/12/20 23:23:35 UTC

svn commit: r606038 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry/services/PageRenderInitializer.java

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 {@link org.apache.tapestry.services.MarkupRendererFilter}s is
- * provided, which can then merge the filters with an eactual {@link org.apache.tapestry.services.MarkupRenderer}.
+ * provided, which can then merge the filters with an actual {@link org.apache.tapestry.services.MarkupRenderer}.
  */
 public interface PageRenderInitializer
 {