Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
<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