omnifaces Questions
1
Solved
So after being confronted with the dreaded javax.faces.application.ViewExpiredException, I had to go look around the internet to find the proper solution. Fortunately, the solutions are readily ava...
1
Solved
I am trying to use Omnifaces generic Converter in Primefaces autocomplete component
Like this :
<p:dataTable id="transactiondetailsid" value="# {stockTransactionsBean.stkTransHeader.stkTransDe...
Zimbabwe asked 13/7, 2013 at 16:1
2
Solved
I have a address entity like this:
@Entity
public class Address implements java.io.Serializable {
@Id @GeneratedValue(strategy = IDENTITY)
private Long id;
@Size(max = 100)
private String str...
Curvature asked 5/7, 2013 at 15:18
1
Solved
I'm using OmniFaces FullAjaxExceptionHandler in Tomcat7 and JSF 2.1 to handle the ViewExpiredException. I've setup the same error pages as OmniFaces showcase. Look here for error pages and here for...
Chorister asked 27/6, 2013 at 15:9
1
Solved
I try to recover the constants in my xhtml jsf in using Omnifaces library, but when I run my project I get:
Cannot find type 'fr.epsi.utils.ConstantsPages' in classpath.
Here is my xhtml page ...
1
I am having issues with the Omnifaces FullAjaxExceptionHandler (http://showcase.omnifaces.org/exceptionhandlers/FullAjaxExceptionHandler). It does not redirect to the specified error page after the...
Adequacy asked 16/4, 2013 at 7:14
2
Solved
I was wondering how to make the scroll bar of the browser. go to top of page.
I am developing a registration screen that is too big, and it contains some fields that are needed.
It displayed an err...
Morganmorgana asked 14/2, 2013 at 19:59
1
Solved
Something very strange and embarrassing happened to me the other day and I don't have words to describe what happened.
My app runs Spring 3 integrated with JSF 2.1, Hibernate 4, Spring Security al...
Reformed asked 13/2, 2013 at 2:31
2
Solved
In a basic registration screen (with button register records the screen) there are two panels:
Data panel:
Address panel:
I can register by completing only the Data panel. It is not necessar...
Pallium asked 22/1, 2013 at 12:42
1
Solved
According to this: http://java.net/jira/browse/JAVASERVERFACES-2136 flash-"scoped" messages should survive a redirect to a page on a different path.. I wanted to use something like this in my appli...
Verge asked 4/10, 2012 at 8:19
3
Solved
I have page1 with button that navigates to page2, page 2 add some messages and navigates back to page1. I want display those messages on page1. I've tried many solutions, but nothing work.
Sample ...
Aeolian asked 3/10, 2012 at 12:6
1
How can we embed and show an InputStream as dynamic image in JSF 2.0 with OmniFaces?
Lyautey asked 25/7, 2012 at 12:17
1
Solved
In my JSF 2 based application I have a form that includes (amongst other UI components) some checkboxes.
On the checkboxes I have registered ajax requests that fire when they are checked. The aja...
Protactinium asked 23/5, 2012 at 15:27
© 2022 - 2024 — McMap. All rights reserved.