35,469 questions
Score of 0
0 answers
18 views
ViewScoped in Omnifaces is not destroyed when using responseComplete
I'm running on OmniFaces 5.4.1, glassfish/payara with compatible Jakarta EE 11. I found my viewscoped bean will be destroyed every time when I do not click the method that generates a PDF file. If I ...
Score of 0
0 answers
24 views
ADF Jdev 14c EO Validation Rules not clearing on autoSubmit field
The below fields are having the issue:
<af:panelGridLayout id="pgl5" binding="#{backingBeanScope.backing_Case.pgl5}"
inlineStyle="width: 930px; margin-...
Score of -1
1 answer
68 views
JSF app not working with Eclipse, Wildfly and Jakarta faces
I cannot find the reason why my program does not work. I can make it work in old tomcat with javax.faces.2.3.8. Now I'm trying to make it work in last Eclipse 2026-03 with jboss tools, wildfly 37.0.1 ...
Score of 1
0 answers
54 views
<h:form> has no associated UIForm instance and action of commandButton is never called
I've taken over a legacy JSF project whose previous developer has left and is not available for getting help. All components are really old (e.g. myfaces-2.3.7) and I'm currently trying to get some ...
Score of 0
0 answers
45 views
LinkageError in tomee 10.1 with scope="request"
I have this xhtml snippet:
<!DOCTYPE html>
<html lang="en"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:f="jakarta.faces.core"
xmlns:c="...
Score of 1
1 answer
96 views
PrimeFaces p:commandButton ajax="false" inside a p:confirmDialog not calling action
I have the requirement to basically use a PrimeFaces p:confirmDialog to ask a simple Yes-No question. The original idea was to use a p:commandButton ajax="true", call an action to update the ...
Score of 0
0 answers
31 views
Grouping h:selectOneRadio items within nested ui:repeat does not work
I am not quite sure honestly, whether the question is to be asked here or rather at RedHat because I am using RedHat EAP based jakarta faces impl 4.0.4. It might as well be a bug there.
Setup is ...
Score of 0
1 answer
125 views
Unable to use OmniFaces - converters (SelectItemsIndexConverter)
Displaying my Jakarta Faces (4.1.4) page with 'p:selectOneListbox':
Using PrimeFaces Jakarta (15.0.12)
<p:column width="10%" headerText="Select Characters">
<p:...
Score of 2
0 answers
115 views
Wildfly 39 JSF Login authentication
I'm trying to configure a form-based authentication for my JSF app in Wildfly 39, and I've come across these sources:
https://rieckpil.de/howto-simple-form-based-authentication-for-jsf-2-3-with-java-...
Score of 2
1 answer
118 views
Container initiated authentication
I’m trieing to implement a very basic example of container initiated authentication.
I defined the roles and constraints in web.xml:
<security-role>
<role-name>VIEW_USER_PAGES</role-...
Score of 0
0 answers
82 views
Fire 2nd time in faces 4.1, showed error Http Transport returned a 0 status code
I'm testing to migrate from previous Jakarta EE to version 11. I've got a lot error messages with
The Http transport returned a 0 status code. This is usually the result of mixing ajax and full ...
Advice
0
votes
1
replies
83
views
Is there a way to define a component or fragment of elements and reuse it multiple times, all in the same JSF page?
The title pretty much sums it up.
I'm aware of the possibility of creating your own custom tags with ui:composition, or having multiple ui:insert with the same name, but they all require defining the ...
Score of 1
1 answer
112 views
PrimeFaces fileUpload listener is never invoked on Payara
I am trying to run a Jakarta EE 11 application on Payara Server 7 and I am facing a problem with file upload not working at all.
Initially I suspected PrimeFaces, but the same issue occurs with ...
Score of 0
1 answer
64 views
How to add URL hash to action or outcome attribute
Is it possible to add URL hash myHash to a faces outcome or action attribute like:
<h:link outcome="/sites/test.xhtml#myHash" value="test">
<f:param name="foo&...
Tooling
1
vote
1
replies
79
views
How to use Eclipse 4.37.0 IDE for Jakarta Faces (Facelets) 4 with autocomplete tag support
In Jakarta Faces 4, there are no longer any TLD files. How can I still use auto-completion in Eclipse 4.37.0 for developing facelets?