Tom Maccariella wrote:
> In the HTML spec, there are many tags which don't require an ending tag.
> The <input> tag is one such element. The XML-like self-closing tag is not
> part of the HTML spec. I've seen a lot of this with struts and other tools
> which use XML. Another example is the <br> tag which is often improperly
> specified as <br/>. Since it doesn't have an associated end tag, page
> authors often mistakingly specify this tag as <br/>. There are many more
> examples.
>
> So, the way Struts does this via <html:image/> is correct.
>
It doesn't need the closing "/>", but it definitely needs a closing
double
quote on one of the attribute values. This will be fixed soon.
>
> -Tom
> Tom Maccariella
> Sengen
>
Craig