I need to have a list of links generated by JSF and displayed in Facelets. The bean would contain all of the links and where they need to point to, and then I assume some method would run to disperse all of them which could be called by some JSF attribute in the Facelets page.
I'm kind of clueless. How can I achieve this?