You can look at the history of changes to Struts throug CVS Web, for
ImageTag:

http://jakarta.apache.org/cvsweb/index.cgi/jakarta-struts/src/share/org/apac
he/struts/taglib/html/ImageTag.java

According to the entries this bug was fixed on 27/02/2001, so you need a
nightly build after that to correct your problem.

Niall

> -----Original Message-----
> From: Nathan Coast [mailto:[EMAIL PROTECTED]]
> Sent: 17 May 2001 15:03
> To: struts-user
> Subject: html:image bug?
>
>
> Hi
>
> <%@ taglib uri="/WEB-INF/tld/struts-html.tld" prefix="html" %>
> <html:image alt="submit" style="cursor:hand" src="/img/but_submit.gif" />
>
> results in this html being generated:
>
> <input type="image" name=" src="/img/but_submit.gifalt="submit"
> style="cursor:hand">
>
> obvious problems with name=" and src="/img/but_submit.gifalt="submit"
>
> Can anyone confirm if this is a bug? had a look at bugzilla but
> couldn't find
> any matching bugs.
>
> Cheers
> Nathan
>
>
>
>

Reply via email to