[Yanel-commits] rev 45567 - public/yanel/trunk/src/webapp/global-resource-configs/user-mgmt

michi at wyona.com michi at wyona.com
Wed Nov 18 13:39:02 CET 2009


Author: michi
Date: 2009-11-18 13:39:02 +0100 (Wed, 18 Nov 2009)
New Revision: 45567

Modified:
   public/yanel/trunk/src/webapp/global-resource-configs/user-mgmt/create-user_yanel-rc.xml
Log:
use jelly-XML in order to escape XML characters

Modified: public/yanel/trunk/src/webapp/global-resource-configs/user-mgmt/create-user_yanel-rc.xml
===================================================================
--- public/yanel/trunk/src/webapp/global-resource-configs/user-mgmt/create-user_yanel-rc.xml	2009-11-18 12:34:43 UTC (rev 45566)
+++ public/yanel/trunk/src/webapp/global-resource-configs/user-mgmt/create-user_yanel-rc.xml	2009-11-18 12:39:02 UTC (rev 45567)
@@ -7,13 +7,13 @@
   
   <yanel:custom-config>
     <views>
-      <view id="default" type="jelly">
+      <view id="default" type="jelly-XML">
         <template>rthtdocs:/create-user.jelly</template>
       </view>
-      <view id="done" type="jelly">
+      <view id="done" type="jelly-XML">
         <template>rthtdocs:/usecase-done.jelly</template>
       </view>
-      <view id="cancel" type="jelly">
+      <view id="cancel" type="jelly-XML">
         <template>rthtdocs:/usecase-cancel.jelly</template>
       </view>
     </views>



More information about the Yanel-commits mailing list