I use bootfaces in my JSF project, component:
<b:listLinks> <b:navLink href="....xhtml" value="name1" /> <b:navLink href="....xhtml" value="name2" /> </b:listLinks> In the database there is a table with a list: name - address. How to implement dynamic building a list of links to pages from the database? That is, I add the link to the table and when the page is reloaded it appears.