[jboss-cvs] jboss-seam/examples/contactlist/resources/WEB-INF ...

Gavin King gavin.king at jboss.com
Thu Oct 5 20:23:40 EDT 2006


  User: gavin   
  Date: 06/10/05 20:23:40

  Modified:    examples/contactlist/resources/WEB-INF   components.xml
                        pages.xml
  Log:
  improved UI by stealing from grails
  
  Revision  Changes    Path
  1.5       +1 -1      jboss-seam/examples/contactlist/resources/WEB-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/contactlist/resources/WEB-INF/components.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- components.xml	5 Oct 2006 21:21:50 -0000	1.4
  +++ components.xml	6 Oct 2006 00:23:40 -0000	1.5
  @@ -12,7 +12,7 @@
                 class="org.jboss.seam.framework.ManagedEntity">
           <property name="entityClass">org.jboss.seam.example.crud.Comment</property>
           <property name="entityManager">#{entityManager}</property>
  -        <property name="initialFieldValues">
  +        <property name="initialPropertyValues">
           	<key>contact</key><value>#{contact}</value>
           	<key>created</key><value>#{currentDatetime}</value>
           </property>
  
  
  
  1.3       +0 -4      jboss-seam/examples/contactlist/resources/WEB-INF/pages.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pages.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/contactlist/resources/WEB-INF/pages.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- pages.xml	5 Oct 2006 20:42:14 -0000	1.2
  +++ pages.xml	6 Oct 2006 00:23:40 -0000	1.3
  @@ -14,8 +14,4 @@
         <param name="contactId" value="#{contact.id}"/>
      </page>
      
  -   <page view-id="/comment.xhtml">
  -      <param name="contactId" value="#{contact.id}"/>
  -   </page>
  -   
   </pages>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list