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
1
vote
2 answers
JSF2 resources - compression, minification
I have two questions about resources in JSF2:
is there any way to set that all JSF2 resources (JS, CSS) should be compressed (gziped) or at least minified. (Something a la wro4j).
And the second one: is there any way to force exclude some library? I…

malejpavouk
- 4,297
- 6
- 41
- 67
1
vote
2 answers
How to invoke a method with Openfaces/JSF without rendering page?
I am trying to invoke a Save method in a bean with Openfaces 3. While Firefox is not rendering the page, Internet Explorer does.
I'm currently using this code lines:

Thomas
- 8,357
- 15
- 45
- 81
1
vote
4 answers
OpenFaces 3 and IE6 (Button actions)
I am using OpenFaces and have to be compatible with IE6. Up to now everything works more or less without problems.
However, I've run into a problem....
I've got a few buttons within a form. Save, Add, Export and Delete. Clicking on Export works…

Thomas
- 8,357
- 15
- 45
- 81
1
vote
1 answer
No module named autobahn.twisted.websocket
./demos/web/start-servers.sh
Traceback (most recent call last):
File "./demos/web/websocket-server.py", line 25, in
from autobahn.twisted.websocket import WebSocketServerProtocol, \
ImportError: No module named…

jianjun liu
- 11
- 1
- 2
1
vote
0 answers
Dynamic treeTable population (openFaces) like in primefaces
I have such data structure and I need to create treeTable with this.
Map> managerFunds
Is possiple to populate dynamic treeTable in (openfaces)?
Like it possible in (primefaces)
code:
public class TreeCheckboxBean implements…

slisnychyi
- 1,832
- 3
- 25
- 32
1
vote
1 answer
JSF Managed bean methods not getting called
We are currently developing a JSF 2 application and we are using OpenFaces.
One "intermittent" issue that we have been noticing is that the managed bean method "sometimes" doesn't get called.
For example:

Saikat
- 548
- 1
- 4
- 12
1
vote
0 answers
Field and form validation using RichFaces
I am trying to create a form where I would like to have immediate AJAX validation on the individual fields as well as process the whole form using AJAX
But I have encountered a problem with this approach for some components. For instance, the…

Nicholas Oxhøj
- 11
- 2
1
vote
0 answers
JSF Datatable why style changes after button click?
I have a xhtml page with two tables that are set css style:

insict
- 861
- 2
- 11
- 19
1
vote
2 answers
javax.el.PropertyNotFoundException: Property 'printIDs' not found on type but this property is commented
I get an exception
javax.el.PropertyNotFoundException: Property 'printIDs' not found on type pl.com.pir.beans.SelectedItemBean
at javax.el.BeanELResolver$BeanProperties.get(BeanELResolver.java:237)
at…

insict
- 861
- 2
- 11
- 19
1
vote
1 answer
Openfaces datatable issue: throwing exception (com.sun.faces.facelets.compiler.UIInstructions)
I am using using myfaces 2.1.10 faces engine along with open faces 3.1 (openfaces-3.1.EA1.1198.jar) in my web application running on weblogic server 12c.
The web application is using facelets template to load header/content/footer pages(.xhtml).
In…

hookahua
- 11
- 1
- 4
1
vote
1 answer
Different implementations of JSF specification
JSF is a specification included in the Java EE platform. There are different implementations of JSF from different vendors. I know Oracle provides Mojarra & Apache provides MyFaces. Are there any other implementations of JSF from other vendors?

user1455719
- 1,045
- 4
- 15
- 35
1
vote
1 answer
OpenFaces datatable dataTablePaginator can't navigate back
i have a o:datatable with pagination. Here is the code:
enter code
…

user1351937
- 31
- 6
1
vote
0 answers
OEPE auto generated EAR, Weblogic and Openfaces
I have a web application with JSF 2.0 support. I use Eclipse Indigo with Oracle Enterprise Pack for Eclipse (OEPE) as IDE. The problem is when i add openfaces 3.0 to my project i get an error when opening a page:
"java.lang.IllegalStateException:…

mykola
- 1,736
- 5
- 25
- 37
0
votes
2 answers
Missing js for openfaces tree table
While trying to incorporate RichFaces with OpenFaces in a tree table, and it doesn't display any expand collapse buttons. It turned out that some of the js are not loaded, which might be the cause of it.
JSF code is as follows:

Denys S.
- 6,358
- 12
- 43
- 65
0
votes
1 answer
OpenFaces Composite Filter does not render the user search input text field
Good Afternoon,
I am trying to use the composite filter but in vain. While we struggled the whole day trying to know that it does not work if the table contains a column with action buttons and no data type, now we are wondering why it does not…

Hanynowsky
- 2,970
- 5
- 32
- 43