Re: Struts-Faces: Tomahawk tree

2007-03-09 Thread Ray Clough
I am indeed using Tiles. I never understood why anyone would use Struts and not use Tiles. It is my favorite "struts feature", and one which I wouldn't willingly give up. Suggestions? Fixes? Work-arounds? Is the problem with Struts or MyFaces? Is this in the bug list? Is there a proje

Re: Struts-Faces: Tomahawk tree

2007-03-09 Thread Rodrigo Pereira
Are you using Tiles? I guess the issue relies here. If I try to use Tomahawk w/o Tiles, no problem, but when I use tiles, booom, I get an error. Thanks, Rodrigo Pereira On 3/9/07, Ray Clough <[EMAIL PROTECTED]> wrote: I have the precise same problem. Personally, my guess is that the Struts-Fac

Re: Struts-Faces: Tomahawk tree

2007-03-09 Thread Ray Clough
I have the precise same problem. Personally, my guess is that the Struts-Faces project is not ready for prime time, but then I may well be wrong. Perhaps it has been tested against the main MyFaces components but not against the Tomahawk components. However, if I (and you) are wrong, then th

Re: Struts-Faces: Tomahawk tree

2007-03-09 Thread Rodrigo Pereira
Hi, I tried to update to a newer version of MyFaces ( according http://issues.apache.org/jira/browse/MYFACES-1421 ) but I cannot configure the Extension Filter, I keep getting the same message ( "ExtensionsFilter not correctly configured. JSF mapping missing. JSF pages not covered. Please see: htt

Re: Struts-Faces: Tomahawk tree

2007-03-05 Thread Rodrigo Pereira
Sorry, I thought I had pasted the error stack trace in here. Using myfaces-extensions-1.0.9.jar from the example that ships with struts 1.3.5 I got the following error: org.apache.jasper.JasperException: /menu.jsp(12,3) Unable to load tag handler class "org.apache.myfaces.taglib.html.ext.HtmlPane

Re: Struts-Faces: Tomahawk tree

2007-03-05 Thread Laurie Harper
What are you trying to download? Where was it referenced? What error(s) did you get when you tried the download(s)? As Dave's post suggests, we need more details to be able to help you. L. Rodrigo Pereira wrote: Hi, I am trying to user tree or tree2 component. I saw there are those reference

Re: Struts-Faces: Tomahawk tree

2007-03-04 Thread Dave Newton
--- Rodrigo Pereira <[EMAIL PROTECTED]> wrote: > I saw there are those references within > myfaces-extensions that ships with struts-faces > integration library example, but I got an err. When > I tried to download it from myfaces.apache.org, I > got another error Some information describing

Re: Struts-Faces: Tomahawk tree

2007-03-04 Thread Rodrigo Pereira
Hi, I am trying to user tree or tree2 component. I saw there are those references within myfaces-extensions that ships with struts-faces integration library example, but I got an err. When I tried to download it from myfaces.apache.org, I got another error Thanks, Rodrigo Pereira On 3/3/07,

Re: Struts-Faces: Tomahawk tree

2007-03-03 Thread Laurie Harper
Rodrigo Pereira wrote: Hi, I am facing problems trying to use t:tree with struts-faces integration library, does anybody have an idea on how I can do that? That's a bit of a broad question... What specifically are you having problems with? L. ---