You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a SPA app migrated from bootsfaces 1.5 to 2.0.0 and 2.0.1. After the migration input labels no longer show up. After reviewing the html, I don't see any <label... tags for my components.
I am using java 21 and running in a TomEE 10.0.0 app server. I tried Jakarta Faces (TomEE plume) and myfaces (TomEE plus).
Note: When running in TomEE plume 10.0.0 (Jakarta Faces) and rendering the first page, I received: javax.faces.FacesException: Cannot add the same component twice: ... The solution was to replace the app server's jakarta.faces-4.0.8 with jakarta.faces-4.0.9 found in 'tomee-plume-folder'/lib. Maybe this will help others.
The text was updated successfully, but these errors were encountered:
I have a SPA app migrated from bootsfaces 1.5 to 2.0.0 and 2.0.1. After the migration input labels no longer show up. After reviewing the html, I don't see any <label... tags for my components.
I am using java 21 and running in a TomEE 10.0.0 app server. I tried Jakarta Faces (TomEE plume) and myfaces (TomEE plus).
b:selectOneMenu example:
b:inputText (inside a modal and form) example:
Note: When running in TomEE plume 10.0.0 (Jakarta Faces) and rendering the first page, I received: javax.faces.FacesException: Cannot add the same component twice: ... The solution was to replace the app server's jakarta.faces-4.0.8 with jakarta.faces-4.0.9 found in 'tomee-plume-folder'/lib. Maybe this will help others.
The text was updated successfully, but these errors were encountered: