Hi Sean, 
I'm using tomcat 5028, I have the example application working great, no
errors. I copied all the jars over to my web app, copied the web.xml as well
as the jsf faces config file, only thing commented out in web.xml are a
couple of non-related servlets/mappings.

I guess what I'm trying to figure out is what else in the web app could be
different so that I get a component unsupported error and the example web
app does not. 

Could it have anything to do with the classloader as I'm using a separate
development classloader from the eclipse-tomcat plugin. Also what does an
unsupported component mean? Is it thrown when the controller can't find a
component class? For example when you use the taglib <x:jscookmenu> what
file maps it to a java class? Sorry for the load of questions feel free to
reply to none or all. - Duncan Krebs



-----Original Message-----
From: Sean Schofield [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 05, 2005 5:00 PM
To: MyFaces Discussion
Subject: Re: using myfaces components

Which application server are you using?  A good starting point is to
use the example applications provided by MyFaces.  Normally these are
available in the nightly builds but those aren't being built right now
because of the reorg.  If you check back in a few days they should be
ready.

In the meantime, you can use the latest SVN code to build them.  Check
some of the recent discussions on the myfaces-dev list for some basic
instructions on how to checkout and build.  Again, the myfaces website
will be updated shortly to explain this (I'm working on the
documentation as we speak.)

Generally its best to get the examples working since they are known to
work fine on Tomcat.  Once you work through the issues related to your
webserver you can't start experimenting with your own apps.

HTH,
sean

On 7/5/05, Duncan Krebs <[EMAIL PROTECTED]> wrote:
>  
>  
> 
> Hi, 
> 
> I'm stuck on an error message that I get when trying to setup the jscook
> component. Keeps saying unsupported component, below is the trace. Can
> anyone give me any pointers? Thanks. Also, I'm using the example web app
as
> a foundation. Copied all the jars, copied the web.xml and
example-faces.xml
> and I'm not sure what else to configure.  - Duncan 
> 
>   
> 
>   
> 
> [WARN ] - Unsupported component-family/renderer-type:
> javax.faces.ViewRoot/org.a 
> 
> pache.myfaces.JSCookMenu 
> 
> [WARN ] - Unsupported component-family/renderer-type:
> javax.faces.ViewRoot/org.a 
> 
> pache.myfaces.JSCookMenu 
> 
> [WARN ] - Unsupported component-family/renderer-type:
> javax.faces.ViewRoot/org.a 
> 
> pache.myfaces.JSCookMenu 
> 
> [WARN ] - Unsupported component-family/renderer-type:
> javax.faces.ViewRoot/javax 
> 
> .faces.Grid 
> 
> [WARN ] - Unsupported component-family/renderer-type:
> javax.faces.ViewRoot/javax 
> 
> .faces.Grid 
> 
> [WARN ] - Unsupported component-family/renderer-type:
> javax.faces.ViewRoot/javax 
> 
> .faces.Grid 
> 
> [WARN ] - Unsupported component-family/renderer-type:
> javax.faces.ViewRoot/javax 
> 
> .faces.Grid 
> 
> [WARN ] - Unsupported component-family/renderer-type:
> javax.faces.ViewRoot/javax 
> 
> .faces.Grid 
> 
> [WARN ] - Unsupported component-family/renderer-type:
> javax.faces.ViewRoot/javax 
> 
> .faces.Grid 
> 
> [WARN ] - Unsupported component-family/renderer-type:
> javax.faces.ViewRoot/javax 
> 
> .faces.Grid 
> 
> [WARN ] - Unsupported component-family/renderer-type:
> javax.faces.ViewRoot/javax 
> 
> .faces.Grid

Reply via email to