On 4/6/07, Iordanov, Borislav (GIC) <[EMAIL PROTECTED]> wrote:
tag, you have to use <h:graphicImage>. A "graphic image" as opposed to what?
To a linux distribution CD image? To a "mental image"? Naming & API design
is a serious problem, I'm not joking! Obviously having a component
framework, any not completely idiotic component framework, is good. But then
the details matter a lot when it comes to usability.

How dull and trivial :-)  Just change it if it bothers you :-)


<?xml version="1.0"?>
<!DOCTYPE facelet-taglib PUBLIC
 "-//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN"
 "http://java.sun.com/dtd/facelet-taglib_1_0.dtd";>

<facelet-taglib>
   <namespace>http://java.sun.com/jsf/html</namespace>

   <tag>
                <tag-name>img</tag-name>
                <component>
           <component-type>javax.faces.HtmlGraphicImage</component-type>
           <renderer-type>javax.faces.Image</renderer-type>
                </component>
   </tag>

</facelet-taglib>

Reply via email to