jstrachan    2003/02/07 01:54:30

  Modified:    jelly/xdocs overview.xml
  Log:
  patched whitespace issue
  
  Revision  Changes    Path
  1.9       +4 -2      jakarta-commons/jelly/xdocs/overview.xml
  
  Index: overview.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/xdocs/overview.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- overview.xml      5 Jul 2002 09:19:39 -0000       1.8
  +++ overview.xml      7 Feb 2003 09:54:30 -0000       1.9
  @@ -15,7 +15,8 @@
   elements can be bound to a Java <i>Tag</i> which is a Java bean that performs 
   some function. Here's an example action</p>
   
  -<pre>public class FooTag extends TagSupport {    
  +<pre>
  +public class FooTag extends TagSupport {    
       private int count;
       public void setCount(int count) {
           this.count = count;
  @@ -30,7 +31,8 @@
   
   <p>Then in a Jelly script this tag could be used as follows:-</p>
   
  -<pre>&lt;f:foo count=&quot;123&quot;&gt;
  +<pre>
  +&lt;f:foo count=&quot;123&quot;&gt;
       something...
   &lt;/f:foo&gt;</pre>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to