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

Gavin King gavin.king at jboss.com
Wed Sep 27 00:15:03 EDT 2006


  User: gavin   
  Date: 06/09/27 00:15:03

  Modified:    examples/registration/resources/WEB-INF  pages.xml
  Log:
  major work on crud example
  
  Revision  Changes    Path
  1.2       +16 -2     jboss-seam/examples/registration/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/registration/resources/WEB-INF/pages.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- pages.xml	9 Aug 2006 20:30:08 -0000	1.1
  +++ pages.xml	27 Sep 2006 04:15:03 -0000	1.2
  @@ -1,3 +1,17 @@
   <pages>
  -	<page view-id="/registered.jsp" action="#{register.logClientIP(facesContext)}" /> 
  +   
  +   <page view-id="/search.xhtml">
  +      <param name="firstName" value="#{exampleContact.firstName}"/>
  +      <param name="lastName" value="#{exampleContact.lastName}"/>
  +      <param name="firstResult" value="#{contacts.firstResult}"/>
  +   </page>
  +   
  +   <page view-id="/viewContact.xhtml">
  +      <param name="contactId" value="#{contact.id}"/>
  +   </page>
  +   
  +   <page view-id="/editContact.xhtml">
  +      <param name="contactId" value="#{contact.id}"/>
  +   </page>
  +   
   </pages>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list