Hello, all the provided MyFaces examples (from http://cvs.apache.org/dist/incubator/myfaces/builds/, e.g. myfaces-1.0.8-examples.gz) just include the class files (e.g. form beans or action listeners), but no java files. Isn't it the purpose of these examples to demonstrate, how to use MyFaces? Of course there is source code of JSP's (the view part), but isn't it just as important to know, how the model part is implemented? Now I've decompiled the classes to see this model part - but is this really the intention? Or is there a different place, where you can get example packages including source files?
Thanks, Chily

