Hi, everyone,
Let me give you a hint about namespace of a composite.
If your composite markup file is called loginPanel.xhtml and it is inside a folder (resource library) called ezcomp.
The namespace for this composite should be something like xmln:ez="http://java.sun.com/jsf/composite/ezcomp"
In section 3.6.1.4, it says the
string http://java.sun.com/jsf/composite/ must be following by the name of the resource library.
In the exam, you may be given the loginPanel.xhtml with its namespace and you need to identify the file structure.