You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2010/06/16 23:45:54 UTC

svn commit: r955408 - /incubator/wookie/branches/pluggablepersistence/WebContent/WEB-INF/dwr.xml

Author: scottbw
Date: Wed Jun 16 21:45:54 2010
New Revision: 955408

URL: http://svn.apache.org/viewvc?rev=955408&view=rev
Log:
[in PP branch] fixed class name of Preference delegate

Modified:
    incubator/wookie/branches/pluggablepersistence/WebContent/WEB-INF/dwr.xml

Modified: incubator/wookie/branches/pluggablepersistence/WebContent/WEB-INF/dwr.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/branches/pluggablepersistence/WebContent/WEB-INF/dwr.xml?rev=955408&r1=955407&r2=955408&view=diff
==============================================================================
--- incubator/wookie/branches/pluggablepersistence/WebContent/WEB-INF/dwr.xml (original)
+++ incubator/wookie/branches/pluggablepersistence/WebContent/WEB-INF/dwr.xml Wed Jun 16 21:45:54 2010
@@ -11,7 +11,7 @@
       <include method="getViewer"/>      
     </create>
     
-    <convert converter="object" match="org.apache.wookie.beans.Preference" javascript="Preference">
+    <convert converter="object" match="org.apache.wookie.ajaxmodel.impl.PreferenceDelegate" javascript="Preference">
         <param name="force" value="true"/>
         <param name="include" value="dkey, dvalue, readOnly"/>
     </convert>