[
https://issues.apache.org/jira/browse/MYFACES-1727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12528164
]
Leonardo Uribe commented on MYFACES-1727:
-----------------------------------------
I have probe this on 2 different configurations:
myfaces 1.2.1-SNAPSHOT
and
myfaces 1.2.1-SNAPSHOT + facelets 1.1.13 + trinidad-1.2.2-SNAPSHOT
The code works well on the first configuration, but in the second configuration
not.
The problem is solved providing a created for me called h.taglib.xml like this:
<?xml version="1.0"?>
<!DOCTYPE facelet-taglib PUBLIC "-//Sun Microsystems, Inc.//DTD Facelet Taglib
1.0//EN" "facelet-taglib_1_0.dtd">
<facelet-taglib>
<!-- author: [EMAIL PROTECTED] -->
<namespace>http://java.sun.com/jsf/html</namespace>
<tag>
<tag-name>column</tag-name>
<component>
<component-type>javax.faces.HtmlColumn</component-type>
</component>
</tag>
<!-- SOME OTHER TAGS HERE -->
</facelet-taglib>
Conclusion: Myfaces code is well (better than jsf1.2) but it's necessary to
create a wiki page explainig how to configure
myfaces 1.2 with facelets, and also create a proper file for myfaces.
> h:column footerClass and headerClass does not work (issue 4 of JSR 252)
> -----------------------------------------------------------------------
>
> Key: MYFACES-1727
> URL: https://issues.apache.org/jira/browse/MYFACES-1727
> Project: MyFaces Core
> Issue Type: Bug
> Components: JSR-252
> Affects Versions: 1.2.0, 1.2.1-SNAPSHOT
> Environment: Tomcat 6 on Windows XP
> Reporter: Leonardo Uribe
>
> When I tried to define headerClass and footerClass property on h:column, does
> not override h:dataTable headerClass and footerClass
> I will send a patch to resolve this issue soon.
> Att: Leonardo Uribe
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.