[Yanel-commits] rev 58133 - public/yanel/contributions/resources/creatable-modifiable-deletable-v3/src/java/org/wyona/yanel/impl/resources/jellyadapterofcmdv3

michi at wyona.com michi at wyona.com
Fri Apr 29 12:28:44 CEST 2011


Author: michi
Date: 2011-04-29 12:28:43 +0200 (Fri, 29 Apr 2011)
New Revision: 58133

Modified:
   public/yanel/contributions/resources/creatable-modifiable-deletable-v3/src/java/org/wyona/yanel/impl/resources/jellyadapterofcmdv3/JellyControllerAdapter.java
Log:
log improved

Modified: public/yanel/contributions/resources/creatable-modifiable-deletable-v3/src/java/org/wyona/yanel/impl/resources/jellyadapterofcmdv3/JellyControllerAdapter.java
===================================================================
--- public/yanel/contributions/resources/creatable-modifiable-deletable-v3/src/java/org/wyona/yanel/impl/resources/jellyadapterofcmdv3/JellyControllerAdapter.java	2011-04-29 10:27:27 UTC (rev 58132)
+++ public/yanel/contributions/resources/creatable-modifiable-deletable-v3/src/java/org/wyona/yanel/impl/resources/jellyadapterofcmdv3/JellyControllerAdapter.java	2011-04-29 10:28:43 UTC (rev 58133)
@@ -351,6 +351,7 @@
         // NOTE: all parameter values will be of type String. In XSLT: <param name="p" value="'actual_value'"/>
         for (Iterator i = getParameters().entrySet().iterator(); i.hasNext();) {
             Map.Entry entry = (Map.Entry) i.next();
+            log.debug("Add entry to jelly context: " + entry.getKey());
             jellyContext.setVariable(String.valueOf(entry.getKey()), entry.getValue());
         }
         



More information about the Yanel-commits mailing list