Hi, see https://issues.apache.org/jira/browse/MYFACES-1790

Acording to the release (section 4.1.1.1) the component type for
UIColumn is "javax.faces.Column", bug which was fixed last week, but
apparently fixing it has provoked some side effect. And the component
type in the xml should be that one (I don't understand why what you
describe happens though).

Cheers,

Bruno


On 23/12/2007, Cagatay Civici <[EMAIL PROTECTED]> wrote:
> 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
>
>
>

Reply via email to