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 17:41:20 UTC

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

hlship      2004/01/28 08:41:20

  Modified:    examples/Vlib/context EditPublishers.html
               examples/Vlib/context/WEB-INF EditPublishers.page
  Log:
  Abusing the privilege: Updated some of Vlib examples to make Tapestry in Action listings more readable.
  
  Revision  Changes    Path
  1.7       +2 -2      jakarta-tapestry/examples/Vlib/context/EditPublishers.html
  
  Index: EditPublishers.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/examples/Vlib/context/EditPublishers.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- EditPublishers.html	14 Apr 2003 20:12:40 -0000	1.6
  +++ EditPublishers.html	28 Jan 2004 16:41:20 -0000	1.7
  @@ -11,7 +11,7 @@
         <th>Publisher</th>
         <th>Delete</th>
       </tr>
  -    <tr jwcid="e">
  +    <tr jwcid="listEdit">
         <td class="control"><input jwcid="inputName@TextField" value="ognl:publisher.name" size="40" maxlength="40"/>
         </td>
         <td class="checkbox"><input type="checkbox" jwcid="delete@Checkbox" selected="ognl:listEditMap.deleted"/>
  
  
  
  1.3       +2 -2      jakarta-tapestry/examples/Vlib/context/WEB-INF/EditPublishers.page
  
  Index: EditPublishers.page
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/examples/Vlib/context/WEB-INF/EditPublishers.page,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- EditPublishers.page	1 Jun 2003 05:05:00 -0000	1.2
  +++ EditPublishers.page	28 Jan 2004 16:41:20 -0000	1.3
  @@ -12,7 +12,7 @@
     
     <property-specification name="publisher" type="org.apache.tapestry.vlib.ejb.Publisher"/>
     
  -  <component id="e" type="ListEdit">
  +  <component id="listEdit" type="ListEdit">
     	<binding name="source" expression="listEditMap.keys"/>
     	<binding name="value" expression="listEditMap.key"/>
     	<static-binding name="element" value="tr"/>
  
  
  

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