[Registry-dev] svn commit r18940 - trunk/registry/modules/samples/custom-ui-sample1/resources

chathura at wso2.com chathura at wso2.com
Mon Jul 7 22:44:06 PDT 2008


Author: chathura
Date: Mon Jul  7 22:44:05 2008
New Revision: 18940
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=18940

Log:

Minor fix to the sample custom UI generator xslt.
Processor key to identify the edit processor for this sample was not set.



Modified:
   trunk/registry/modules/samples/custom-ui-sample1/resources/module-edit.xslt

Modified: trunk/registry/modules/samples/custom-ui-sample1/resources/module-edit.xslt
URL: http://wso2.org/svn/browse/wso2/trunk/registry/modules/samples/custom-ui-sample1/resources/module-edit.xslt?rev=18940&r1=18939&r2=18940&view=diff
==============================================================================
--- trunk/registry/modules/samples/custom-ui-sample1/resources/module-edit.xslt	(original)
+++ trunk/registry/modules/samples/custom-ui-sample1/resources/module-edit.xslt	Mon Jul  7 22:44:05 2008
@@ -3,7 +3,8 @@
 
 <xsl:template match="module">
 	<form method="post" action="/wso2registry/custom{$resourcePath}">
-	<h3>
+        <input type='hidden' name='edit-processor' value='application/am+xml'/>
+    <h3>
 		Axis2 module configuration<br/>		
         	Module: <input type="text" name="moduleName" value="{@name}"/>
      	</h3>	



More information about the Registry-dev mailing list