>From: Richard Wallace <[EMAIL PROTECTED]> > > Ok, I've updated to the 20060313 release and the LoadBundle issues are > definitely fixed. Good job! > > But I'm still having an issue with my t:columns not getting the class > set at all. I've uploaded a simple example that produces the problem to > www.thewallacepack.net/shale-style-per-cell.tar.gz. >
Once again, nice example :-) [snippet] > > Instead, it is rendered without the class attributes on the > elements at all. Any idea why this might be? Gary, I know you said > that you had a test case where the class was being produced. Could you > maybe post that somewhere so I can take a look and see if I'm missing > something? > I reviewed my examples The difference is that I have the clay-config-tomahawk.xml from Ryan Wynn's examples (http://issues.apache.org/bugzilla/show_bug.cgi?id=38482). He has overridden the rendererType for the t:dataTable. Try adding the rendererType: <component jsfid="t:dataTable" componentType="org.apache.myfaces.HtmlDataTable" extends="baseHtml"> <attributes> .. .. .. <set name="rendererType" bindingType="VB" value="org.apache.myfaces.Table"/> </attributes> </component> Gary > Thanks again, > Rich > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >