omnifaces Questions

2

Solved

I'm using Omnifaces 1.3 + Primefaces 3.4.1 + Jboss 7.1.1 Final but I just can't redirect the exceptions with the FullAjaxExceptionHandler configured on my web.xml when they come by ajax request. No...
Hypothyroidism asked 23/12, 2012 at 21:52

1

Solved

we are currently adding a monitoring solution (Dynatrace) to our JSF web application. The monitoring solution checks for status codes that indicate an error to flag a problem in a user session. We ...
Questionnaire asked 6/12, 2019 at 13:23

1

Solved

I try to use the OmniFaces @Param annotation to inject a request parameter. I also make use of its validatorClasses attribute to validate the parameter. Eventually this used validator needs a speci...
Aviator asked 11/9, 2019 at 16:16

1

Solved

This question is specific to the OmniFaces @ViewScoped bean (however of interest to wider discussion about memory leakage and resource disposal with JSF @ViewScoped). It is based on the results of ...
Photocomposition asked 13/11, 2016 at 2:33

0

I am disabling the user to go back on the previous page after he has logged out. Controls comes in the filter but the page are still there in cache. I have used the filter suggested in this answer ...
Dictate asked 9/11, 2017 at 14:23

1

Solved

I'm using the OmniFaces FullAjaxExceptionHandler to display error pages. The error pages are shown correctly, but I'm having issues with the styling of those pages. My application is using a templ...
Act asked 5/4, 2017 at 7:29

1

Solved

I've found some tutorials about integrating JSF technology with Spring Boot, but it seems a rather involved work to get OmniFaces working with Spring Boot. Is it a good idea to integrate these two ...
Amrita asked 1/1, 2017 at 15:27

1

Solved

I'm planning to convert a web app from using JSF managed bean to using CDI managed beans. I know I'll need to do below: Add a empty beans.xml file in WEB-INF. Replace all JSF @ManagedBean to CDI ...
Banausic asked 22/3, 2016 at 13:18

2

The application can't startup correctory,the root cause is: java.lang.IllegalStateException: CDI BeanManager instance is not available in JNDI. at org.omnifaces.config.BeanManager.<init>(Be...
Quart asked 19/1, 2016 at 0:42

1

Solved

I use javax.inject.Named and javax.enterprise.context.*Scoped plus org.omnifaces.cdi.ViewScoped to define the life-scope of my view-beans. Now I want to get a list of all instantiated beans. First,...
Stonefish asked 2/11, 2015 at 13:38

1

Solved

I am getting the following error "java.util.ServiceConfigurationError: javax.servlet.ServletContainerInitializer: Provider org.omnifaces.ApplicationInitializer not found" when running Arqui...
Cite asked 12/6, 2015 at 20:52

1

Solved

I got a simple login form. I am using <p:ajax> to invoke a <p:blockUI> (see this question). <h:commandButton id="anmeldung_button" action="#{benutzerAnmeldung.anmelden}" value="Anm...
Shoup asked 22/4, 2015 at 8:9

1

Solved

I was using, Mojarra 2.3.0-m01 OmniFaces 2.0. PrimeFaces 5.1 final PrimeFaces Extension 3.0.0 GlassFish Server 4.1 And other Java EE artifacts. Injection points in @FacesValidator like as fo...
Viscountcy asked 5/4, 2015 at 13:53

1

Solved

I'm using Omnifaces 1.8.1 and Whenever I deploy my application to Glassfish I get the following warning which causes some delay in the deploy process. Warning: WELD-001519 An InjectionTarget imple...
Estradiol asked 25/3, 2015 at 6:49

1

Solved

In OmniFaces, the FullAjaxExceptionHandler, after having found the right error page to use, calls the JSF runtime to build the view and render it instead of the page that includes the AJAX call. W...
Trappist asked 27/10, 2014 at 13:36

1

Solved

I have a browse.xhtml where I browse a list of cars and I want to view the details of the car in details.xhtml when a "View more" button is pressed. Their backing beans are @ViewScoped and are call...
Pagination asked 5/9, 2014 at 21:46

1

Solved

I'm trying to setup the Omniface's FaceExceptionFilter on my Glassfish 4.0 server, using Mojarra 2.2.8, Primefaces 4.0 and Omnifaces 1.8.1. The filters and error pages in web.xml are defined as fo...
Lush asked 3/9, 2014 at 12:36

1

Solved

I have problem with org.omnifaces.util.Faces#redirect and conversation scoped bean: there is a button <p:commandButton action="#{navigationHandler.gotoCreateCar}" actionListener="#{createHand...
Alkene asked 17/6, 2014 at 8:34

1

Solved

Is it possible to override the default omnifaces validation messages with a jsf message-bundle? my message-bundle: javax.faces.converter.DateTimeConverter.DATE={2}: ''{0}'' could not be understoo...
Andryc asked 11/6, 2014 at 11:1

1

Is there any HTML sanitizer or cleanup methods available in any JSF utilities kit or libraries like PrimeFaces/OmniFaces? I need to sanitize HTML input by user via p:editor and display safe HTML o...
Presidentelect asked 19/4, 2014 at 7:11

2

Solved

I have implemented Omnifaces FullAjaxExceptionHandler but the problem is It is not working with ajax requests. After session expires when I click to non-ajax button, It works well. It redirects use...
Disharmony asked 25/6, 2013 at 11:44

1

I get an error when I try to redirect a page in JSF action with a h:commandLink when I use the Omnifaces GzipResponseFilter (only in Glassfish). Exception: java.lang.IllegalStateException: Current...
Fetial asked 30/1, 2014 at 15:56

1

Solved

From what I understand, ViewScoped beans only get destroyed when one of the following take place: 1) JSF sends a POST request to another page with something like a <h:commandLink...> 2) The...
Dragging asked 20/1, 2014 at 14:39

1

Solved

I'm running an application in the following environment. GlassFish Server 4.0 Mojarra 2.2.4 PrimeFaces 4.0 final PrimeFaces Extension 1.1.0 OmniFaces 1.6.3 After adding OmniFaces, the following...
Actinal asked 4/12, 2013 at 10:11

1

Solved

I need to know what the benefits of using OmniFaces would be versus PrimeFaces which I'm using at the moment. What features does OmniFaces offer that PrimeFaces doesn't?
Fermentation asked 26/8, 2013 at 13:38

© 2022 - 2024 — McMap. All rights reserved.