You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by mt...@apache.org on 2006/09/20 18:37:52 UTC

svn commit: r448296 - /incubator/xap/trunk/src/xap/taghandling/plugin.xml

Author: mturyn
Date: Wed Sep 20 11:37:51 2006
New Revision: 448296

URL: http://svn.apache.org/viewvc?view=rev&rev=448296
Log:
Bringing back data bridge maps, commenting-out ScrollPaneBridge again.

Modified:
    incubator/xap/trunk/src/xap/taghandling/plugin.xml

Modified: incubator/xap/trunk/src/xap/taghandling/plugin.xml
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/src/xap/taghandling/plugin.xml?view=diff&rev=448296&r1=448295&r2=448296
==============================================================================
--- incubator/xap/trunk/src/xap/taghandling/plugin.xml (original)
+++ incubator/xap/trunk/src/xap/taghandling/plugin.xml Wed Sep 20 11:37:51 2006
@@ -3,6 +3,14 @@
 	<tag-mappings namespace="http://www.openxal.org/xinclude" document="xal">
 		<mapping class="xap.bridges.basic.XInclude" name="include"/>
 	</tag-mappings>
+	
+	
+	<!-- Data-binding mappings: -->
+	<tag-mappings namespace="http://www.openxal.org/data" document="dataSources">
+		<mapping class="xap.data.bridge.ObjectDataSourceBridge" name="objectDataSource"/>	
+		<mapping class="xap.data.bridge.JavascriptDataSourceBridge" name="objectDataSource"/>	
+	</tag-mappings>		
+	
 
 	<!-- default mappings -->
 	<tag-mappings namespace="http://www.openxal.org/xal" document="xal">
@@ -31,7 +39,7 @@
 		<mapping class="xap.bridges.dojo.RowBridge" name="row"/>
 		<mapping class="xap.bridges.dojo.ColumnBridge" name="column"/>
 		<mapping class="xap.bridges.dojo.CellBridge" name="cell"/>
-		<mapping class="xap.bridges.dojo.ScrollPaneBridge" name="scrollPane"/>
+		<!-- mapping class="xap.bridges.dojo.ScrollPaneBridge" name="scrollPane"/ -->
 		
 		<!-- for now cell just maps to label and header to button -->