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
Java OpenFaces css
I'm trying to get a JSP web page running with OpenFaces but when I run my page, I don't get the same look and feel as the OpenFaces demo page. It's as if the OpenFaces css is not loading. Is there something special I need to do other than add the…

JBehrendt
- 117
- 1
- 2
- 10
0
votes
1 answer
can open faces row condition used for display checking?
Can i use open faces row condition to check output result?i tried to use in my code like this but it prints all the values regardless of condition
…

Bernad Ali
- 1,699
- 6
- 23
- 29
0
votes
1 answer
Openfaces TabbedPane not working properly
I'm having a problem with an Openface TabbedPane in a JSF application so I created a new application to test the TabbedPane. I have the following code in my page:

user579674
- 2,159
- 6
- 30
- 40
-1
votes
1 answer
ImportError: No module named openface in windows 8.1
I installed openface in a virtual environment by following these steps.
git clone https://github.com/cmusatyalab/openface
cd openface
python setup.py install
It gave me the following output after executing python setup.py install
running…

Sagar.G
- 1