We are migrating because tomahawk is not supporting jakarata-ee
<t:htmlTag value="ul">
<t:htmlTag value="li">
<h:commandLink action="searchPage" id="search" forceId="true">
<h:outputText value=" #{bean.menu_search}" escape="false" />
</h:commandLink>
</t:htmlTag>
<t:htmlTag value="ul">
<t:htmlTag value="li" style="display: none;">
<h:commandLink id="search_results" forceId="true"
action="searchResultsPage">
<h:outputText value=" #{bean.menu_selection}"
escape="false" />
</h:commandLink>
</t:htmlTag>
</t:htmlTag>
We are using jakarta faces and prime faces in project
– AKS Apr 25 '23 at 05:43