Melloware
Melloware
Oh I found your ticket: https://github.com/jakartaee/faces/issues/1883 not sure if its related.
Want me to open Mojarra or MyFaces tickets? Put our old logic back for 14.0.3 until this is resolved?
Faces Spec Issue: https://github.com/jakartaee/faces/issues/1936
isn't that not ideal as the position can change with `
here is what we do at my company. ```java package com.ksm.ee.web.controller; import jakarta.faces.component.UIComponent; import com.ksm.ee.web.cdi.context.Controller; import org.primefaces.component.tabmenu.TabMenu; /** * Controller used to determine the Active Tab index for the TabMenu...
yeah ActiveIndex is just to highlight the "Active" tab.
At the end of the day you have to tell the TabMenu "which Menu Item is active" so for a Tab which one do you want to highlight and this...
Yep I see what you are saying.
@tuerker this was pretty easy based on similar things we do for other menus if you want to review.
@dcdh another note I am using Quarkus Quartz with Oracle 23c and using Quarkus Liquibase and it works fine. Liquibase properly creates the table for Oracle 23C at least I...