I just opened HtmlDataTable.class from tomahawk.jar in the decompiler, and this is what I see: package org.apache.myfaces.component.html.ext; - not "org.apache.myfaces". Also on the other thought, if two jars (tomahawk and myfaces) would have the same class (I mean -in the same package) they would conflict. So, I'm still wondering, if and how this component class in tomahawk package is called, and why xyzTag class (in tomahawk) is pointing it's getComponent() to "org.apache.myfaces".
Also, I've noticed that DataTable has some more classes (DataTableHack), so I just double-checked with DataScroller and found the same confusion) vlad Nebinger, David wrote: > > Um, if you look at the package naming for the classes themselves you'll > see that the package naming is "org.apache.myfaces". They are still > tomahawk components. > > > ________________________________ > > From: Vladimir Isakovich [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 26, 2007 11:20 PM > To: [email protected] > Subject: Confusion about Tomahawk with Facelets > > > I can see in tomahawk.taglib.xml all components and renderers > pointed to or.apache.myfaces package, what is done according to xyzTag > classe's methods getComponent() and getRenderer(). > I'm confused, why tomahawk Tag classes are NOT pointed to > tomahawk components and renderers??? > Are those components and renderers being called and how??? > > vlad > > > -- View this message in context: http://www.nabble.com/Confusion-about-Tomahawk-with-Facelets-tf3986056.html#a11327860 Sent from the MyFaces - Users mailing list archive at Nabble.com.

