ICEfaces is an open-source Rich Internet Application (RIA) development framework based on the JavaServer Faces 2 Standard.
Questions tagged [icefaces-3]
147 questions
1
vote
0 answers
ICEfaces 3.3.0 based application not responding any user event
We are currently migrating an ICEfaces based application from version 1.8.2 to 3.3.0. We've followed instructions and tutorials from ICEsoft documentation and finally managed to have partially-functional migrated version working on our local…

Jordi Poch
- 11
- 3
1
vote
0 answers
how to check using javascript or jquery if row of is selected or not
-----------------------rowSelector.xhtml---------------------------------------

Swapnil
- 1,004
- 1
- 13
- 21
1
vote
1 answer
Weblogic 12c java.lang.IllegalStateException: Could not find backup for factory javax.faces.context.FacesContextFactory
There are so many question open around this issue and everyone suggesting the conflict of JSF Libraries with web-logic shared library.
we are migrating our whole application to Weblogic 12c with Spring 4 and hibernate 4.
When deploying I can see one…

Sam
- 412
- 1
- 6
- 15
1
vote
2 answers
Liferay Build Service Exception
I'm developing an application with eclipse and liferay.
When I run the build-service to create all classes for my db, ant throws this:
Buildfile: C:\Datos y Programas\liferay-plugins-sdk-6.2\portlets\EGGSOFT_PM-portlet\build.xml
build-service:
…

Enriquillo
- 37
- 1
- 12
1
vote
0 answers
How to locate web elements having dynamic Id's in a cluster of servers using JMeter?
I am using JMeter to test performance of the following Server Infrastructure. The Code Base uses ICEfaces framework and hence generates dynamic ID's each time there is a new build.
I record the scripts and run them for different variants of load (10…

SohailAQ
- 1,002
- 1
- 13
- 25
1
vote
1 answer
Which scope to use for a series of pages, each dependent on the previous page?
Currently I have four pages that are each backed by their own RequestScoped managed bean. An example of this would be the following...
backing search.xhtml
@RequestScoped
SearchBean
backing result.xhtml
@RequestScoped
ResultBean
backing…

filthy
- 13
- 5
1
vote
2 answers
JSF Session timeout and auto redirect to login page without user intraction eventhough Ajax push is active
I'm using Iceface Icepush in my JSF application to send some notifications to client. Because of this session timeout never happen on my application.
I've specified session timeout 15 mins. My requirement is, server should invalidate session if…

vels4j
- 11,208
- 5
- 38
- 63
1
vote
1 answer
Converting icefaces 1.8 Project to Icefaces 3.0
I have a Project build in icefaces 1.8/ JSF1.2 and I need it to convert to icefaces 3.0. This is the first time I am doing this conversion process and facing lots of difficulties. I am very new to Icefaces(Infact I have touched it 15 days back for…

Amitabh Ranjan
- 1,500
- 3
- 23
- 39
1
vote
1 answer
Mime type warnings for empty filename
Is there a way to get rid of these warnings? What does it mean by file "". I've already added below in web.xml
00000030 context W JSF1091: No mime type could be found for file "".
To resolve this, add a mime-type mapping to the…

Narayana Nagireddi
- 729
- 1
- 13
- 33
1
vote
1 answer
java.lang.NullPointerException at org.icefaces.impl.context.DOMPartialViewContext.generateElementUpdateNotifications
I'm using JSF 2.1.21 and Icefaces 3.3. Is there any limit for number of id's within render attribute of f:ajax if they are all within one form? If I use 4 id's it throws the below exception. If I use 3 I have no issues. All the 4 components along…

Narayana Nagireddi
- 729
- 1
- 13
- 33
1
vote
1 answer
Dynamically created input components do not show model values
I have some fields of a bean that I need to show programmatically. Is something like this:
HtmlPanelGrid panel = new HtmlPanelGrid();
panel.setColumns(4);
HtmlOutputLabel fieldOut = new HtmlOutputLabel();
…

Jose__vi
- 158
- 2
- 10
1
vote
2 answers
Icefaces dataExporter does not display value of a column
I am using Icefaces 3.3 and ice:dataExporter to export excel format of a datatable but it doesn't load any values in the excel sheet. It shows only the header of each column. I figured that the panelGroup wrapped around the column value is causing…

Narayana Nagireddi
- 729
- 1
- 13
- 33
1
vote
1 answer
Icefaces Performance Issues - Partial Submit
I have a JSF Site, displaying a HTML-Table. I have 14 Columns for next two weeks and some users for the rows. The users depends on a selected option from a selectonemenu.
So whats the problem? If I load for example 50 user for 2 weeks, i have a big…

Nils
- 314
- 3
- 17
1
vote
1 answer
Dynamic columns with c:forEach, ace:dataTable and IceSoft Wiki example
We are facing a problem with dynamic columns. We have a table where columns depend on some filters previouosly selected. When you enter the page you can select year and some other criteria, and with these values we render the table. Our problem is…

EAmez
- 837
- 1
- 9
- 25
1
vote
1 answer
How to use Javascript in jsf action with Icefaces to update page status ?
How do I fire either server side or client side event handler on completion of h:commondButton action?
This server side process takes sometime to complete.
When I click the button, it needs some time to finish the work and update the UI. I want to…

sura2k
- 7,365
- 13
- 61
- 80