I'll get to it after xmas. -M
On Dec 23, 2007 1:14 PM, Cagatay Civici <[EMAIL PROTECTED]> wrote: > Ok, I see. > > But the component-type for HtmlColumn in standart faces-config is still > "javax.faces.HtmlColumn". > > I see this strange issue when using h:column and h:datatable; > > Caused by: java.lang.IllegalArgumentException : Component > javax.faces.component.UIColumn is no HtmlColumn > at > org.apache.myfaces.taglib.html.HtmlColumnTag.setProperties(HtmlColumnTag.java:71) > > > > On Dec 23, 2007 3:09 AM, Bruno Aranda < [EMAIL PROTECTED]> wrote: > > 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 > > > > > > > > > > > > > -- Matthias Wessendorf further stuff: blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf mail: matzew-at-apache-dot-org
