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 jm...@apache.org on 2006/11/30 00:37:52 UTC

svn commit: r480793 - /incubator/xap/trunk/WebContent/examples/widgets/combobox.xal

Author: jmargaris
Date: Wed Nov 29 16:37:52 2006
New Revision: 480793

URL: http://svn.apache.org/viewvc?view=rev&rev=480793
Log:
Fixed syntax for append tag

Modified:
    incubator/xap/trunk/WebContent/examples/widgets/combobox.xal

Modified: incubator/xap/trunk/WebContent/examples/widgets/combobox.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/widgets/combobox.xal?view=diff&rev=480793&r1=480792&r2=480793
==============================================================================
--- incubator/xap/trunk/WebContent/examples/widgets/combobox.xal (original)
+++ incubator/xap/trunk/WebContent/examples/widgets/combobox.xal Wed Nov 29 16:37:52 2006
@@ -11,7 +11,7 @@
 
 
 	<xm:modifications xmlns:xm="http://openxal.org/core/xmodify">
-		<xm:append select="/xal">
+		<xm:append select="/ui">
 			<verticalBoxPane>
 				<horizontalBoxPane>
 					<comboBox id="testComponent" selectionMode="singleRow" height="100px" onActiveGained="mco:attributeSetter.reportEvent(event)" onActiveLost="mco:attributeSetter.reportEvent(event)"