You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2004/01/18 14:15:08 UTC

cvs commit: jakarta-struts/contrib/struts-el/doc/userGuide struts-html-el.xml

husted      2004/01/18 05:15:08

  Modified:    contrib/struts-el/doc/userGuide struts-html-el.xml
  Log:
  Apply #26127 "<html:img> tag lacks "action" attribute" suggested by Firepica.
  
  Revision  Changes    Path
  1.25      +17 -0     jakarta-struts/contrib/struts-el/doc/userGuide/struts-html-el.xml
  
  Index: struts-html-el.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/struts-el/doc/userGuide/struts-html-el.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- struts-html-el.xml	18 Jan 2004 07:11:26 -0000	1.24
  +++ struts-html-el.xml	18 Jan 2004 13:15:08 -0000	1.25
  @@ -2721,6 +2721,23 @@
   
                   </info>
   
  +            <attribute>
  +              <name>action</name>
  +              <required>false</required>
  +              <rtexprvalue>true</rtexprvalue>
  +              <info>
  +              <p>The action, starting with a slash, that will render
  +              the image to be displayed by this tag.  The rendered
  +              URL for this image will automatically prepend the context
  +              path of this web application (in the same manner as the
  +              <code>action</code> attribute on the link tag works),
  +              in addition to any necessary URL rewriting.  You
  +              <strong>must</strong> specify the <code>action</code>,
  +              <code>page</code>
  +                  attribute or the <code>src</code> attribute.</p>
  +              </info>
  +            </attribute>
  +
                   <attribute>
                     <name>align</name>
                     <required>false</required>
  
  
  

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