coliver     2003/04/30 02:52:55

  Modified:    src/scratchpad/webapp/samples/petstore/view/jexl
                        Category.xml
  Log:
  fixed view
  
  Revision  Changes    Path
  1.5       +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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Category.xml      23 Apr 2003 20:44:58 -0000      1.4
  +++ Category.xml      30 Apr 2003 09:52:55 -0000      1.5
  @@ -1,7 +1,7 @@
   <?xml version="1.0"?>
   
   <page xmlns:c="http://cocoon.apache.org/templates/jx/1.0";>
  -    <site signOn="${accountForm.signOn}" view="c">
  +    <site signOn="${accountForm.signOn}" view="jexl">
           <backpointer name="Main Menu" do="index.do" />
           <category name="${category.name}">
               <c:forEach var="prod" items="${productList}" >
  
  
  

Reply via email to