• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

List of components in MyFaces

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can someone guide me to the list fo components available in myfaces-tomhawk?

I see a component list in myfaces.apache.org

I have also seen a list in http://www.irian.at/myfaces/home.jsf . Are all the components listed in irian really available in myfaces-tomhawk or are these customized?

Thanks in advance.
 
Saloon Keeper
Posts: 27763
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The problem is that the MyFaces and Tomahawk documentation isn't being very well kept up to date. MyFaces implements all the Sun standard JSF stuff, Tomahawk adds user-defined JSF tags and services. The irian site gives the closest thing available to an up-to-date inventory on these components and their proper use. After that, you're pretty much on your own.
 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Tim Holloway:
The problem is that the MyFaces and Tomahawk documentation isn't being very well kept up to date. MyFaces implements all the Sun standard JSF stuff, Tomahawk adds user-defined JSF tags and services. The irian site gives the closest thing available to an up-to-date inventory on these components and their proper use. After that, you're pretty much on your own.



That's true. But it's not rocket science to use these components either and the MyFaces mailing list is an excellent resource. So turn that frown upside down. ;)
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic