Re: Using Tomahawk Table with facelets

2006-11-29 Thread Sean Schofield
I'm using Tomahawk dataTable just fine with facelets. Mike's excellent wiki and the developer docs on the facelets site is all you need. Sean On 11/28/06, Mike Kienenberger [EMAIL PROTECTED] wrote: My guess is that the tomahawk.jar isn't in your classpath. Rather than invent a new table

Re: Using Tomahawk Table with facelets

2006-11-29 Thread Dudu
but the dataTable is equal this http://myfaces.apache.org/tomahawk/extDataTable.html ?I was trying to use the extended data table. I'll try more at night. On 11/29/06, Sean Schofield [EMAIL PROTECTED] wrote: I'm using Tomahawk dataTable just fine with facelets. Mike's excellent wiki and

Re: Using Tomahawk Table with facelets

2006-11-29 Thread Jeff Bischoff
Tom Innes wrote: As previously mentioned follow the directions on http://wiki.apache.org/myfaces/Use_Facelets_with_Tomahawk. Take everything highlighted in the Example and paste it into a file called tomahawk.taglib.xml. This file is then referenced from your web.xml. Do not rename

Using Tomahawk Table with facelets

2006-11-28 Thread Dudu
I'm trying to use the component Table of tomahawk 1.1.3. I've followed the page http://wiki.apache.org/myfaces/Use_Facelets_with_Tomahawk but this error is occuring. What I need to do? In My WEB-INF/tomahawk.taglib.xml has the table defined as bellow: tag tag-nametable/tag-name

Re: Using Tomahawk Table with facelets

2006-11-28 Thread Dudu
I'm sorry! But I'm trying to use the http://myfaces.apache.org/tomahawk/extDataTable.html with facelets... Once it works, and after I've puted on wiki then the app stoped... On 11/28/06, Mike Kienenberger [EMAIL PROTECTED] wrote: Please do not add your table entry to the

Re: Using Tomahawk Table with facelets

2006-11-28 Thread Mike Kienenberger
My guess is that the tomahawk.jar isn't in your classpath. Rather than invent a new table taglib definition, simply use the existing t:dataTable tag. On 11/28/06, Dudu [EMAIL PROTECTED] wrote: I'm trying to use the component Table of tomahawk 1.1.3. I've followed the page