Author: andyhot
Date: Wed Nov 15 11:22:59 2006
New Revision: 475373

URL: http://svn.apache.org/viewvc?view=rev&rev=475373
Log:
Service points for the 2 needed FormSupportFactories

Modified:
    
tapestry/tapestry4/trunk/tapestry-framework/src/descriptor/META-INF/tapestry.form.xml

Modified: 
tapestry/tapestry4/trunk/tapestry-framework/src/descriptor/META-INF/tapestry.form.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/descriptor/META-INF/tapestry.form.xml?view=diff&rev=475373&r1=475372&r2=475373
==============================================================================
--- 
tapestry/tapestry4/trunk/tapestry-framework/src/descriptor/META-INF/tapestry.form.xml
 (original)
+++ 
tapestry/tapestry4/trunk/tapestry-framework/src/descriptor/META-INF/tapestry.form.xml
 Wed Nov 15 11:22:59 2006
@@ -39,4 +39,12 @@
     </invoke-factory>
   </service-point>
   
+  <service-point id="FormSupportFactory">
+      <create-instance class="FormSupportFactoryImpl"/>
+  </service-point>
+  
+  <service-point id="GoFormSupportFactory" interface="FormSupportFactory">
+      <create-instance class="org.apache.tapestry.wml.GoFormSupportFactory"/>
+  </service-point>  
+  
 </module>


Reply via email to