Hi, I've noticed this weird thing in impl 1.2 build. In myfaces-build -> HtmlColumn.xml the component type is set as;
<component-type>javax.faces.HtmlColumn</component-type>
But in the generated HtmlColumnTag.java in myfaces-impl 1.2 by faces plugin,
it is;
@Override
public String getComponentType()
{
return "javax.faces.Column";
}
Shouldn't it return "javax.faces.HtmlColumn"?
Cagatay
