dmkarr      2003/01/06 13:29:27

  Modified:    contrib/struts-el/src/share/org/apache/strutsel/taglib/html
                        ELFrameTag.java
  Log:
  Fixed minor javadoc complaint.
  
  Revision  Changes    Path
  1.5       +11 -12    
jakarta-struts/contrib/struts-el/src/share/org/apache/strutsel/taglib/html/ELFrameTag.java
  
  Index: ELFrameTag.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/contrib/struts-el/src/share/org/apache/strutsel/taglib/html/ELFrameTag.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ELFrameTag.java   14 Oct 2002 03:18:38 -0000      1.4
  +++ ELFrameTag.java   6 Jan 2003 21:29:27 -0000       1.5
  @@ -66,17 +66,16 @@
   import org.apache.taglibs.standard.tag.common.core.NullAttributeException;
   
   /**
  - * Generate an HTML <code>&lt;frame&gt;</code> tag with similar capabilities
  - * as those the <code>&lt;html:link&gt;</code> tag provides for hyperlink
  + * Generate an HTML <code>&lt;frame&gt;</code> tag with similar capabilities as
  + * those the <code>&lt;html:link&gt;</code> tag provides for hyperlink
    * elements.  The <code>src</code> element is rendered using the same technique
  - * that {@link LinkTag} uses to render the <code>href</code> attribute of a
  - * hyperlink.  Additionall, the HTML 4.0
  + * that {@link org.apache.struts.taglib.html.LinkTag LinkTag} uses to render
  + * the <code>href</code> attribute of a hyperlink.  Additionally, the HTML 4.0
    * frame tag attributes <code>noresize</code>, <code>scrolling</code>,
    * <code>marginheight</code>, <code>marginwidth</code>,
  - * <code>frameborder</code>, and <code>longdesc</code> are supported.
  - * The frame
  - * <code>name</code> attribute is rendered based on the <code>frameName</code>
  - * property.
  + * <code>frameborder</code>, and <code>longdesc</code> are supported.  The
  + * frame <code>name</code> attribute is rendered based on the
  + * <code>frameName</code> property.
    *<p>
    * Note that the value of <code>longdesc</code> is intended to be a URI, but
    * currently no rewriting is supported.  The attribute is set directly from
  
  
  

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

Reply via email to