Questions tagged [omnifaces]

OmniFaces is a library for JSF 2.x that focusses on utilities that ease everyday tasks.

OmniFaces is a library for JSF 2.x that focuses on utilities that ease everyday tasks.

OmniFaces stands out from other JSF libraries like PrimeFaces or RichFaces in the fact that it isn't just about components, but instead it focuses on providing utility classes and functions for working with the JSF and Servlet APIs.

Some of its capabilities include:

Resources

591 questions
0
votes
1 answer

Class not found exception in Omnifaces

I get this error when I try to use the omnifaces Caused by: java.lang.ClassNotFoundException: org.omnifaces.exceptionhandler.FullAjaxExceptionHandlerFactory at…
0
votes
1 answer

gzip setup with omnifaces

I am planing to use omnifaces on my application which transfer large amount of data across network.I have configured web.xml file as mention in omnifaces showcase as below gzipResponseFilter
Suraj
  • 437
  • 8
  • 20
-1
votes
1 answer

How to refresh ViewScoped(Omnifaces) page on data change?

I have some Category model, that is organized as adjacency list. So when i am adding new one, i format current list so it has viewable hierarchy. For this i use Omnifaces ViewScoped bean. Upon loading data i format it and display it in…
cvetan
  • 361
  • 1
  • 2
  • 17
-1
votes
1 answer

How to use FullAjaxExceptionHandler with Spring Boot error page declarations?

How can we do when use onmifaces in the case of spring boot apps?, where the error pages declaration is made at EmbeddedServletContainerCustomizer class? @Override public void customize(ConfigurableEmbeddedServletContainer container) { …
-1
votes
1 answer

Best design to pass parameters between beans with JSF 2

I've been reading about different ways to pass parameters between beans with JSF 2 and I don't really know which one would be the best for this scenario. Let's say I have a process with 6-7 views, and each one has a "go back" button to return to the…
maqjav
  • 2,064
  • 3
  • 20
  • 33
1 2 3
39
40