netui:image tag libraries documentation ---------------------------------------
Key: BEEHIVE-697 URL: http://issues.apache.org/jira/browse/BEEHIVE-697 Project: Beehive Type: Bug Components: Documentation Reporter: Krista Baker Assigned to: Steve Hanson Fix For: V1 <netui:image> file:/docs/apidocs/taglib/beehive.apache.org/netui/tags-html-1.0/image.html Twice: Once right after <netui:image> Tag and also in the description: Current: Renders an HTML <image> tag with specified attributes. Updated: Renders an HTML <img> tag with specified attributes. Attributes: 1. The following attributes do not have a Data bindable: value: alt, height, hspace, longdesc, src, vspace, and width 2. Even though dir is a Standard Html Attribute, the description is lacking: "The dir." The description taken from the standard Attributes Value Description: dir ltr | rtl Sets the text direction 3. longdesc does not have an attribute description: a long description of the image 4. tagId - see JIRA 637 Example: 5. id is not a valid attribute of the <netui:image> tag. Current: <netui:image src="friends.jpg" id="Friends" height="150" width="175"/> Updated: <netui:image src="friends.jpg" tagId="Friends" height="150" width="175" /> The above example also needs to be updated in the PageFlow JavaDocs for Image file:/docs/apidocs/classref_pageflows/org/apache/beehive/netui/tags/html/Image.html bash05102005 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira