PrimeFaces 12.0.3 + Ultima-6.1.0 with the org.primefaces.layout.component.UltimaMenu* classes in the classpath. (Imports changed to jakarta namespace).
Jakarta EE 10 (Wildfly 27.0.1.Final) JSF 4.0.0.SP01
JDK 17
The provided demo works perfectly using the provided jetty:run environment, but is still using javax packages. However, in the environment defined above, clicking a submenu element does not expand the p:menuitems. There are no errors in the browser inspector.
Code: Select all
<pu:menu widgetVar="me">
<p:menuitem id="um_home" value="Home" icon="pi pi-fw pi-home" url="/roar/home" />
<p:submenu label="Admin">
<p:menuitem id="um_admin_logger" value="Application Logger" url="/roar/admin/logger" />
<p:menuitem id="um_admin_help" value="Help Content" url="/roar/admin/help" />
...
Can you please test the demo archive with Jakarta EE 10 environment to identify the problem or provide guidance to resolve the problem?
Thanks.
Luke Bishop