You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2005/03/30 14:21:34 UTC

svn commit: r159478 - lenya/trunk/src/webapp/lenya/pubs/blog/config/usecases.xconf

Author: andreas
Date: Wed Mar 30 04:21:33 2005
New Revision: 159478

URL: http://svn.apache.org/viewcvs?view=rev&rev=159478
Log:
added view config to CreateBlogEntry usecase

Modified:
    lenya/trunk/src/webapp/lenya/pubs/blog/config/usecases.xconf

Modified: lenya/trunk/src/webapp/lenya/pubs/blog/config/usecases.xconf
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/blog/config/usecases.xconf?view=diff&r1=159477&r2=159478
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/blog/config/usecases.xconf (original)
+++ lenya/trunk/src/webapp/lenya/pubs/blog/config/usecases.xconf Wed Mar 30 04:21:33 2005
@@ -20,5 +20,7 @@
 <xconf xpath="/cocoon/usecases" unless="/cocoon/usecases/component-instance[@name = 'blog/site.create']">
     <component-instance name="blog/site.create"
                         logger="lenya.site"
-                        class="org.apache.lenya.cms.site.usecases.CreateBlogEntry"/>
+                        class="org.apache.lenya.cms.site.usecases.CreateBlogEntry">
+      <view template="site/create"/>
+    </component-instance>
 </xconf>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org