-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0 Beta 1
-
Fix Version/s: 1.0.0
-
Component/s: Tag Libraries
-
Labels:None
-
Environment:Operating System: Solaris
Platform: Sun
-
Bugzilla Id:1580
When using html:image, it produces a broken name attribute, rendering the link
invalid to some browsers.
For instance, this code:
<html:image page="/images/myimage.gif" />
will render
<input type="image" name=" src="/images/myimage.gif">
Notice the empty quote for the name attribute.