You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by co...@apache.org on 2003/04/06 08:37:34 UTC

cvs commit: cocoon-2.1/src/scratchpad/webapp/samples/petstore/view/jexl Category.xml

coliver     2003/04/05 22:37:34

  Modified:    src/scratchpad/webapp/samples/petstore/view/jexl
                        Category.xml
  Log:
  set correct view
  
  Revision  Changes    Path
  1.2       +1 -1      cocoon-2.1/src/scratchpad/webapp/samples/petstore/view/jexl/Category.xml
  
  Index: Category.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/scratchpad/webapp/samples/petstore/view/jexl/Category.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Category.xml	27 Mar 2003 18:59:23 -0000	1.1
  +++ Category.xml	6 Apr 2003 06:37:34 -0000	1.2
  @@ -1,7 +1,7 @@
   <?xml version="1.0"?>
   
   <page xmlns:jexl="http://cocoon.apache.org/transformation/jexl/1.0">
  -    <site signOn="${accountForm.signOn}" view="jxpath">
  +    <site signOn="${accountForm.signOn}" view="jexl">
           <backpointer name="Main Menu" do="index.do" />
           <category name="${category.name}">
               <jexl:forEach var="prod" items="${productList}" >