OpenFaces is an open-source library of AJAX-powered JSF components, an Ajax framework and a client-side validation framework.
Questions tagged [openfaces]
64 questions
0
votes
1 answer
Use of JSF view parameter through datatables? Possible?
Environment: JSF 2.0 / JPA (provided by EclipseLink) / Glassfish 3.1 / java-EE-5 /
A small JSF (No Spring, no EJB, no CDI) web application consists mainly on displaying datatables for entities, but the purpose is to display the list of an entity…

Hanynowsky
- 2,970
- 5
- 32
- 43
0
votes
1 answer
Filter for several open Faces datatables
I have 3 openFaces s in the same view page (overview.xhtml).
The first displays a list of all music bands
The 2d displays a list of all songs written by music bands
The 3d displays a list of all shows given by music bands
I am…

Hanynowsky
- 2,970
- 5
- 32
- 43
0
votes
1 answer
JSF NavigationHandler#handleNavigation + clear cache
A button on page xyz.xhtml does invoke this code (using ajax).
FacesContext fc = FacesContext.getCurrentInstance();
NavigationHandler nh = fc.getApplication().getNavigationHandler();
nh.handleNavigation(fc, null, "home");
home points to abc.xhtml.…

Thomas
- 8,357
- 15
- 45
- 81
0
votes
1 answer
JSF2 ajax tag throws unknown javascript error in Internet Explorer
Having this lines of code:
and as well as with:

Thomas
- 8,357
- 15
- 45
- 81
0
votes
1 answer
openfaces datatable problem
i have tried to build a very simple page that includes openfaces datatable component.
i have tried to enable pagination for it. i have done the instruction just like its
developer's guide, but when i get these two variables in my back bean, the…

arash
- 967
- 1
- 13
- 30
0
votes
2 answers
Double Click in OpenFaces Tree/DataTable
How can I navigate from a JSF page to another after I did double click on a table row. I'm looking for an attribute such as action in o:commandButton.
Thank you for any advice!
Thomas

Thomas
- 8,357
- 15
- 45
- 81
0
votes
0 answers
eye-contact-detection with openface, ready to run, errro: No such file or directory: 'dt.joblib'
I'm trying to run eye contact detection algorithm with openface from this github website here. When I go into easy-run-on-mac branch and try to run predictorServer.py the following error occurs:
No such file or directory: 'dt.joblib'.
I dont know…
0
votes
1 answer
Google Colaboratory: Unable to open landmarks.dat
I am newbie and am currently trying out the Python Notebook https://github.com/TessFerrandez/research-papers/tree/master/facenet on Google Colaboratory.
I added
!pip install face-recognition
!git clone…

Juliet Teoh
- 11
- 6
0
votes
1 answer
'openface' has no attribute 'AlignDlib'
I am following (https://medium.com/@ageitgey/machine-learning-is-fun-part-4-modern-face-recognition-with-deep-learning-c3cffc121d78) to make a face recognition. I am on step 2 i.e. finding landmarks and affine transformation. Error message is
…

Abhishek Choudhary
- 161
- 2
- 10
0
votes
1 answer
How to show a panel or any other GUI object in OpenFaces 3.00 Datatable upon row selection?
I am using OpenFaces 3.0.0 with JSF 2.0, Fadelets, Managed Beans and Tomcat server.
I have a openface datatable and now on the basis of row selection, I want to show some different data (other than the data displayed in the datatable) in a folding…

user617966
- 4,515
- 4
- 23
- 24
0
votes
1 answer
TypeError: can't pickle _thread.lock objects while dumping nn4_small2_pretrained model from Keras-Openface Project
I was trying to implement Facial Recognition using the pretrained models from Keras-Openface Project and amazingly explained and implimented by Martin Krasser here
The OpenFace project provides pre-trained models that were trained with the public…

Akshay Gupta
- 31
- 2
- 10
0
votes
1 answer
Openfaces 3.0 running in WebSphere 7
Has anyone around gotten Openfaces 3.0 to run on WebSphere 7.0?
I keep on getting the following error:
java.lang.NullPointerException
at javax.faces.application.ResourceWrapper.getRequestPath(ResourceWrapper.java:118)
at…

floshton
- 41
- 4
0
votes
0 answers
OpenCV, OpenBR or OpenFace for a large dataset?
I have been given a task to create a project for recognizing faces from a company database, so I decided to implement the LBP algorithm using python for this. I looked through the available implementations and came across the three libraries. Unlike…

yorunome
- 15
- 1
- 4
0
votes
1 answer
How to have part of page periodically refresh with JSF and openfaces
Application is to display device distance to GPS coordinate on screen of mobile device browser.
HTML5 allows to get the coordinates from mobile but these need to be sent to server at periodic intervals, distance to target calculated and result…

Margus Pala
- 8,433
- 8
- 42
- 52
0
votes
1 answer
Openfaces: using hibernateCriterionBuilder with datatable filters
I am currently trying to build a page that will have a datatable that allows for filtering based on criteria set for each column. According to the documentation, the openfaces hibernateCriterionBuilder is the easiest way to accomplish this using…

scruffs
- 1
- 1