I have many questions regarding JSF 2.1. I post most of them here since, I could never find the real ultimate documentation where I can get the answers.

For example, I would currently like to know when is a composite component componentType is created. Other than ask here, I have no idea where to look for.

Thanks!

link|improve this question

javaserverfaces.java.net/nonav/docs/2.1 you can see some draft – GustlyWind Jun 22 '11 at 10:19
feedback

4 Answers

up vote 1 down vote accepted

This is the documentation index on MyFaces site

What you are looking for is the method Application.createComponent(FacesContext context, Resource componentResource). There is a full description about how componentType handled.

link|improve this answer
feedback

I'm afraid there is no such thing as an "ultimate documentation". You have to collect the information from various sources:

  1. The JSF specification
  2. The JSF implementation documentation (e.g. Mojarra 2.1)
  3. The JSF implementation source code (e.g. Mojarra 2.1)
  4. Various online tutorials and books
link|improve this answer
feedback

JavaServer Faces: The Complete Reference

I use JavaServer Faces: The Complete Reference & find it as the best resource for acquiring all JSF knowledge.

link|improve this answer
feedback

The only thing I know is this one: http://javaserverfaces.java.net/nonav/docs/2.1/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.