Questions tagged [icefaces]

ICEfaces is a JSF component library. It offers an Ajax framework for developing and deploying rich enterprise applications.

ICEfaces is a JSF component library. It offers an Ajax framework for developing and deploying rich enterprise applications.

Online references

793 questions
4
votes
2 answers

cyclic managebean detection error in JSF

I have to pages A and B, I want to navigate from A to B and back from B to A in JSF. I set managed property B in managed bean of A and visa versa but problem is i got an error like MANAGED BEAN CYCLIC DETECTION.
chetan
  • 3,175
  • 20
  • 72
  • 113
4
votes
7 answers

Is there a better Ajax Push for JSF 2.0 than Icefaces

I am in a situation where I would like to implement Ajax Push in a Java based web app to update things like counts of item in stock on the web page as they change without any interaction from the user. I understand that the technology needed to do…
Thorbjørn Ravn Andersen
  • 73,784
  • 33
  • 194
  • 347
4
votes
4 answers

ICEfaces/Seam file upload component not uploading files

Update I'm currently over at the ICEfaces forums to get my problem solved - sadly, none of the provided options led to a solution now, but they indeed gave me some more insight into the whole JSF topic (credits go to BalusC for that, as often…
Volker
  • 450
  • 5
  • 16
3
votes
5 answers

Icefaces ace:dataTable lazy loading

Is there anybody who have a little example of a lazy loading with ace:dataTable?.. I can't understand how to implement the load method of the class LazyDataModel.. and how to fetch data from a Database through this method.. thanks!
afterbit
  • 383
  • 7
  • 20
3
votes
0 answers

Icefaces 2 error:java.lang.UnsupportedOperationException: ICEfaces rendering required

I get this error when I click an action button in my Icefaces 2 project: java.lang.UnsupportedOperationException: ICEfaces rendering required. at com.icesoft.faces.context.DOMContext.attachDOMContext(DOMContext.java:98) at…
siva636
  • 16,109
  • 23
  • 97
  • 135
3
votes
4 answers

JSF: Using AJAX push with ICEfaces (ICEpush)

I'm using ICEfaces with ICEpush to push some data to the browser. However, it does not work like planned: It does no AJAX, it just invokes the action and returns from the action like any other non-AJAX action does. I'm using the newest ICEfaces and…
geeehhdaa
  • 822
  • 5
  • 17
  • 30
3
votes
3 answers

Error java.lang.ClassNotFoundException: javax.enterprise.context.spi.Contextual

Right now im using the following: NetBeans 8.2 Apache Tomcat 8.0.53 JSF 2.2 IceFaces 4.3 All in a Maven project (3.6 I think) Im trying to fill an "ace:dataTable" with a List that I've already created. When I try to run the "Principal.xhtml"…
Janel Garces
  • 33
  • 1
  • 1
  • 3
3
votes
3 answers

javascript in jsf/icefaces

I have file with jspx extension i write javascript like function isNumber(inputId){ var value = document.getElementById('mainForm:'+ inputId).value; var s = value.length; while(s >= 0){ var c =…
chetan
  • 3,175
  • 20
  • 72
  • 113
3
votes
0 answers

What is the replacement of JavascriptContext.includeLib in icefaces 4.2

I have to load an external javascript file on a page. Previously in iceface 1.8 version I was using JavascriptContext.includeLib to load my script. In 4.2, I have JavascriptRunner but not sure how to use it to load the js file. Is there any other…
3
votes
0 answers

Migration from Icefaces 1.8 to 4.2

I am migrating an old application from Icefaces 1.8 to Icefaces 4.2. I am getting numerous compilation issues as following component classes are no longer available: HtmlCommandLink (com.icesoft.faces.component.ext.HtmlCommandLink) HtmlGraphicImage…
3
votes
1 answer

IceFaces and FileResource - delete after session expires

I'm using Icefaces. I generate reports for users and provide it using FileResource class. I do nothing with the file, since it should be available for download whenever user clicks on link to resource. However, after user logs out, the report is no…
Danubian Sailor
  • 1
  • 38
  • 145
  • 223
3
votes
1 answer

LazyInitializationException in RESTORE_VIEW (improper PersistentSet instantiation)

I'm getting started to use IceFaces and had encountered a problem when trying drag'n'drop support. IceFaces 2.0.0 JSF 2.0 Mojarra 2.0.2 (FCS b10) (JSF reference implementation) Spring 3.0.3 Hibernate 3.5.1-Final JPA 2.0 (with…
kkolyan
  • 125
  • 1
  • 10
3
votes
2 answers

How to enable/disable components in jsf/icefaces?

I am looking for how to enable and disable the icefaces components based on the user login ? For example: if login as admin i need to enable the come more components and login as user, disable some components as well as add some other components in…
rose
  • 31
  • 1
  • 1
  • 2
3
votes
1 answer

Bean value not updated before ajax event listener is called

I am having some trouble implementing an ajax listener event which detects when a date is changed on a form. I have a datatable and inside one of the columns I have an which holds a start date field which is stored in the bean.…
LiamWilson94
  • 458
  • 2
  • 7
  • 26
3
votes
1 answer

How to change theme in ICEfaces 3

I am using Maven to download ICEfaces dependencies: org.icefaces icefaces 3.3.0 org.icefaces
Ali Bassam
  • 9,691
  • 23
  • 67
  • 117
1 2
3
52 53