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
3
votes
3 answers

Full page refresh in Icefaces 1.8.2?

Icefaces only refreshes the changed parts in the page. In my program I want to do a full page refresh through the manage bean. Does anyone know how to do that ? Thanks.
wonder
  • 31
  • 1
  • 2
3
votes
1 answer

Building html table with varying number of columns

I am using Java and icefaces, I need to build a table that will have different number of columns each time. So far the best example I found was on the icefaces website I tried to let the number of columns be dynamic but I don't know how to get the…
tamih
  • 93
  • 1
  • 15
3
votes
2 answers

Jsf file download doesn't work

When I click the h:commandButton it execute the myBean.dowanlod() method, but it doesn't download any files. Here is my methods in the backing bean. No exceptions. Cursor gets busy and seems like waiting for a response. Are there any additional…
sura2k
  • 7,365
  • 13
  • 61
  • 80
3
votes
3 answers

Notifying one bean from another in ICEFaces

I have an ICEFaces we application. One page has two beans that display different things on the page. I want to be able to notify one bean when another bean changes something on the bean so that the first bean update its content on the page. Is that…
Tam
  • 11,872
  • 19
  • 69
  • 119
3
votes
1 answer

Dynamically generate ice:commandButton components

I've been trying a lot of different things that I would think would work like expected. However, they are causing me some frustration. Here's the scoop: I am using ICEFaces 1.8 components in a Java EE web application. My goal is to render a bunch of…
karlgrz
  • 14,485
  • 12
  • 47
  • 58
3
votes
1 answer

Primefaces row grouping for repeated values

Is primefaces able to group rows dynamically in a dataTable like icefaces does? ... ... Unfortunately expansible row grouping does not fit…
CelinHC
  • 1,857
  • 2
  • 27
  • 36
3
votes
1 answer

NumberFormatException when using List in datatable

I am encountering a NumberFormatException when trying to display a List in a datatable. I know the general reason why this exception occurs, but not able to figure out where it applies in my situation. Here is my ice:datatable display…
3
votes
1 answer

My first reverse ajax application

I want to learn about reverse ajax, I found a gadget called ICEPush and I thought it could be a good starting point. I am having trouble implementing a very simple application. I am following this tutorial, but instead of Tomcat, I am using…
javing
  • 12,307
  • 35
  • 138
  • 211
2
votes
1 answer

java.lang.Boolean cannot be cast to javax.faces.model.SelectItem

i am trying to use a simple h:selectOneRadio with a true/false values so here's what i used: Backing Bean: private boolean myOption; xhtml page:
Mahmoud Saleh
  • 33,303
  • 119
  • 337
  • 498
2
votes
2 answers

How do JSF view technologies translate client-side?

So I understand that JSPs are a mixture of a client-side code (DHTML, JS, CSS, etc.) and Java. In this way, JSPs are kind of like pure PHP or pure ASP. When the web container receives a request for a JSP, it compiles the Java inside the JSP,…
IAmYourFaja
  • 55,468
  • 181
  • 466
  • 756
2
votes
3 answers

IceFaces missing rime.css file

we are using IceFaces 3. This has been a problem since IceFaces 2.1, we just are slowing down to the point where i can start to work on it. In our log files, we are getting thousands of these errors May 14, 2011 9:29:43 AM…
scphantm
  • 4,293
  • 8
  • 43
  • 77
2
votes
4 answers

Is there a ICEfaces Maven archetype for NetBeans or Eclipse?

The NetBeans IDE still seems to offer Maven Archetypes only for Apache MyFaces or the "deprecated" WoodStock JSF framework. For future development or migration of existing Woodstock projects, Sun is officially endorsing ICEfaces as the replacement…
mjn
  • 36,362
  • 28
  • 176
  • 378
2
votes
1 answer

IceFaces selectInputDate value changes after getting data

I have an ice:selectInputDate but the value of the component is not the same as in the backing bean. I have to select two different dates to successfully update the variable value of the backing bean. What am I missing? What I want to do is to…
BRabbit27
  • 6,333
  • 17
  • 90
  • 161
2
votes
3 answers

Long Running Task in Java EE WebApp + icefaces

I don't have much knowledge on Java EE but am currently learning it. I've come up with a project which involves a long running task (up to several minutes) invoked by the user. The task consists of several steps. Of course I would like to show the…
Michael
  • 1,347
  • 1
  • 13
  • 27
2
votes
1 answer

What's the generated prefix j_idt33 in JSF component id?

i define h:messages component as follows: but when i inspected element with firebug, i noticed that the id is translated to something like: j_idt33:summary what's that prefix, and…
Mahmoud Saleh
  • 33,303
  • 119
  • 337
  • 498