Has anyone had tried OpenFaces 3 and can give a short review with respect to the following:
- Stability
- Compatibility with other libraries (PrimeFaces, RichFaces, etc.)
- Ease of use
- Skinning capabiltites (Theme support, etc.)
I'm ... |
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 ... |
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 ... |
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 org.openfaces.application.OpenFacesResource.getRequestPath(OpenFacesResource.java:36)
at org.openfaces.util.Resources.getInternalURL(Resources.java:133)
at org.openfaces.util.Resources.getUtilJsURL(Resources.java:234)
at org.openfaces.util.UtilPhaseListener.appendHeaderContent(UtilPhaseListener.java:60)
at org.openfaces.application.OpenFacesApplication.headAddedToView(OpenFacesApplication.java:79)
Any ideas? Thanks in advance.
floshton.
|
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 ... |
i am using jsf 2.0 on glassfish 3.0.1 to build an interface to my search engine , when i used Openfaces components on my jsf page and whenever i submit a ... |
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 ... |
|
The style sheet does not apply on my first JSF page. I've got a index.jsp which forwards to my first JSF page.
<html>
<head></head>
<body>
<jsp:forward page="./start.jsf" ...
|
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 ... |
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:
<o:commandLink value="Save" action="#{beanX.save}">
...
|
Having this lines of code:
<h:commandLink value="Reset Filter" styleClass="button">
<f:ajax event="click" render="filterWindowDiv tableX" listener="#{beanX.reset}" />
</h:commandLink>
and as well as with:
<h:commandLink value="Reset Filter" styleClass="button">
<f:ajax event="click" render="@all" listener="#{beanX.reset}" />
</h:commandLink>
an unknown error will ... |
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. This page contains a table which should be refreshed ... |
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 ... |
I have 3 openFaces <o:datatable />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 ...
|
I'm using the CompositeFilter component from the OpenFaces library (my project uses JSF 1.2 so the OpenFaces library is 2.0, but I understood both versions of OpenFaces are still maintained 2.0 ... |
Unfortunately, OpenFaces Datatable has not yet an export capability unlike Primefaces or IceFaces.
While Exporting is a piece of cake, filtering an IceFaces or primefaces datatable is some horror movie, Yet primeFaces's ... |
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 ... |
The tabbed pane in a dynamically rendered panelgroup is not showing up
properly. Am I doing something wrong? Please help in resolving this
issue.
<h:form id="popupform">
<h:panelGroup id="panelgrp">
<h:panelGroup rendered="#{actMBean.showActDetail}">
...
|
I have a viewParam driven search screen. I am trying to implement it to take multiple values for a single viewParam
I believe the correct url would look something like
<url>?state=COMPLETE&state=PENDING
The xhtml ... |
Hello, I am using OpenFaces 3.0.0 with JSF 2.0, Fadelets, Managed Beans and Tomcat server. I have an 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 panel or any other suitable openfaces layout. I have tag called singleRowSelection in the openfaces ... |
|