ztfy/utils/tal/configure.zcml
changeset 58 a2b74dda721b
parent 30 3c237f16b603
child 66 cff370b82f25
--- a/ztfy/utils/tal/configure.zcml	Tue Jul 27 22:34:47 2010 +0200
+++ b/ztfy/utils/tal/configure.zcml	Sat Aug 28 02:40:42 2010 +0200
@@ -20,4 +20,10 @@
 		provides="zope.traversing.interfaces.IPathAdapter"
 		for="*" />
 
+	<adapter
+		name="data"
+		factory=".request.RequestDataTalesAdapter"
+		provides="zope.traversing.interfaces.IPathAdapter"
+		for="zope.publisher.interfaces.browser.IBrowserRequest" />
+
 </configure>
\ No newline at end of file