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 2005/05/03 19:53:33 UTC

cvs commit: jakarta-tapestry/examples/Workbench/src/context Chart.html

hlship      2005/05/03 10:53:33

  Modified:    examples/Workbench/src/context Chart.html
  Log:
  Changed FieldLabel to pre-render its associated field, so that decorations stay synchronized, even in a loop.
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-tapestry/examples/Workbench/src/context/Chart.html
  
  Index: Chart.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/examples/Workbench/src/context/Chart.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Chart.html	3 May 2005 17:41:27 -0000	1.2
  +++ Chart.html	3 May 2005 17:53:33 -0000	1.3
  @@ -32,7 +32,7 @@
   	
   	<tr jwcid="plotValues">
   		<td><input jwcid="inputName" size="40" maxlength="40"/></td>
  -		<td><span jwcid="@FieldLabel" field="inputValue"/> - <input jwcid="inputValue" size="20" maxlength="20"/></td>
  +		<td><input jwcid="inputValue" size="20" maxlength="20"/></td>
   		<td><input jwcid="inputMarked"/></td>
   	</tr>
   
  
  
  

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