You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2004/01/28 19:57:43 UTC

cvs commit: jakarta-tapestry/examples/Vlib/context/WEB-INF EditUsers.page

hlship      2004/01/28 10:57:43

  Modified:    examples/Vlib/context/WEB-INF EditUsers.page
  Log:
  Abusing the privilege: Updated some of Vlib examples to make Tapestry in Action listings more readable.
  
  Revision  Changes    Path
  1.5       +2 -2      jakarta-tapestry/examples/Vlib/context/WEB-INF/EditUsers.page
  
  Index: EditUsers.page
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/examples/Vlib/context/WEB-INF/EditUsers.page,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- EditUsers.page	1 Jun 2003 05:05:00 -0000	1.4
  +++ EditUsers.page	28 Jan 2004 18:57:43 -0000	1.5
  @@ -15,7 +15,7 @@
     <bean name="optional" class="org.apache.tapestry.valid.StringValidator" lifecycle="page"/>
   
     
  -  <component id="e" type="ListEdit">
  +  <component id="listEdit" type="ListEdit">
     	<binding name="source" expression="listEditMap.keys"/>
     	<binding name="value" expression="listEditMap.key"/>
     	<binding name="listener" expression="listeners.synchronizeUser"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org