35,573 questions
0
votes
0
answers
27
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:...
1
vote
0
answers
41
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-...
2
votes
1
answer
99
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-...
0
votes
0
answers
58
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
61
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 ...
1
vote
1
answer
72
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 ...
0
votes
1
answer
61
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
0
votes
1
replies
61
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?
0
votes
0
answers
251
views
Update from TomEE 9 to TomEE 10 - massive performance descrease in faces web application
We recently migrated our PrimeFaces 13 application from TomEE9 to TomEE10 and found a massive decrease in performance (Factor 2 or more).
Our Environment:
Primefaces 13.0.8, ojdbc11:21 , Oracle 19c ...
0
votes
0
answers
46
views
JSF composite component field not working from ui:include inside another composite component
Java 21 and Wildfly 37.0.0:
Seeing this weird thing where I'm creating a new composite component, but the field passed into it is null when residing inside a <ui:include> within another ...
Advice
0
votes
0
replies
34
views
PrimeFaces 14: rowsPerPageLabel not showing in DataTable paginator
After updating Primefaces version 13 to 14, the rowsPerPageLabel attribute on <p:dataTable> no longer displays the text for dropdown label after setting the attribute "rowsPerPageLabel"...
0
votes
0
answers
61
views
JSF page : why am I getting a "Syntax error in EL" in eclipse editor?
I have a JSF primefaces page with this expression : #{userSearchBean.getModuleTabTitle(module)}
In UserSearchBean I have this method :
public String getModuleTabTitle(String s) {
return "123&...
1
vote
1
answer
159
views
IllegalStateException: CDI is not available
I have a JSF application which I'm rebuidung to using JoinFaces and Spring Boot 3
The dependencies I'm using are:
jsf-spring-boot-starter version 5.3.13
jakarta.faces:jakarta.faces-api version 4.0.1
...
1
vote
1
answer
46
views
Selection on expanded row in DataTable is not working
Describe the bug:
In my attached code I have a parent table with multiple rows (rows are expandable) when I expand it and try to select a sub-row, it doesn't get selected,
Note: both parent table and ...
0
votes
0
answers
41
views
JSF EL with undefined variable handleRenderException
I'm currently migrating a project to a new workstation, and I've noticed that now, when an EL expression contains an error, the file processing stops with a handleRenderException. For instance :
#{'x'...