I was able to get this to work. I prefer to not embed jar files within my .ear files so I had installed the myfaces.jar file in jboss. I got things to work by extracting the myfaces_ext.tld file and having that be part of my .ear instead. Thanks for the help.
-Eric On 6/21/05, Bruno Aranda <[EMAIL PROTECTED]> wrote: > Are you using the all-in-one myfaces.jar? Moreover, you could try to > see what is different between your application and the > myfaces-examples.war... > > Regards, > > Bruno > > 2005/6/21, Eric Knapp <[EMAIL PROTECTED]>: > > Sorry for not being clear here. We are using MyFaces 1.0.9 and it is > > working for all JSF standard tags, just not the extensions. I have > > deployed myfaces-examples.war and they all work just fine. Now I'm > > trying to use any of the extensions like <x:outputText> and I get > > errors like below. > > > > Thanks, Eric > > > > On 6/21/05, Bruno Aranda <[EMAIL PROTECTED]> wrote: > > > > extensions to be used with the release implementation? > > > > > > Typo: not the 'release' implementation, but the 'reference' > > > implementation... ;) > > > > > > Regards, > > > > > > Bruno > > > > > > 2005/6/21, Bruno Aranda <[EMAIL PROTECTED]>: > > > > Hi Eric, > > > > > > > > Are you installing myfaces in general, or do you want only the > > > > extensions to be used with the release implementation? Do the examples > > > > work for you? Have you also followed the steps in > > > > http://myfaces.apache.org/docs/gettingstarted.html ? > > > > > > > > Regards, > > > > > > > > Bruno > > > > > > > > 2005/6/21, Eric Knapp <[EMAIL PROTECTED]>: > > > > > Hi All, > > > > > > > > > > I am trying to get the MyFaces extensions installed. I have followed > > > > > the instructions that are on > > > > > <http://myfaces.apache.org/components/overview.html>. However, I keep > > > > > getting errors like this: > > > > > > > > > > javax.faces.FacesException: Undefined component type > > > > > org.apache.myfaces.HtmlOutputText > > > > > > > > > > I am using jboss 4 with Tomcat 5.5.x. Any suggestions would be greatly > > > > > appreciated by this JSF beginner. > > > > > > > > > > -Eric > > > > > > > > > > > > > > >

