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
5
votes
1 answer

ICE Faces fileInput file path and file name properties

I'd like to utilize an ICE Faces fileInput control to fill in the file path & file name for the input to an input field on a web page based on file that the user selects. How can I capture these properties without actually performing any file…
karlgrz
  • 14,485
  • 12
  • 47
  • 58
5
votes
1 answer

Dynamic Action in JSF page

I have a JSF page. My CommandButton action method value is dependent on the bean variable value. Example: Bean headerBean has varaible actionValue with value "someBean.doAction1()" When I use , It says headerBean.actionValue is not a method which…
mahesh
  • 51
  • 2
5
votes
1 answer

Generating a Faces Context manually

I have two systems I'm trying to integrate. One is built on raw servlets, the new one is build on JSF with IceFaces. I'm trying to facilitate cross-system sign on. The idea is that I have a button in the old system that POSTs the appropriate…
Drew
  • 15,158
  • 17
  • 68
  • 77
5
votes
4 answers

JSF Backing Bean constructor called multiple times

I'm trying out JSF 2.0 (after using ICEfaces 1.8 for the past few months) and I'm trying to figure out why in JSF 2.0 my backing bean constructor gets called multiple times. The bean is supposed to be instantiated once upon creation, but the "Bean…
TheDream34
  • 73
  • 1
  • 2
  • 5
5
votes
2 answers

io.undertow.request remote peer closed connection before all data could be read

I'm running ejb project on wildfly 10 and encountered this error message, UT000128: Remote peer closed connection before all data could be read Is the above message something to be concern of? There isn't much information on the web. These are…
Tai Li
  • 51
  • 1
  • 1
  • 4
5
votes
2 answers

Is it possible to update the app without restarting the server in JSF?

I'm working with Eclipse 3.5, Tomcat 6, JSF 1.2 and IceFaces 1.8. Whenever I update any file in my app, I have to restart the server to see the latest changes. How to update my app without restarting the server? The server option "Automatically…
Paulo Guedes
  • 7,189
  • 5
  • 40
  • 60
5
votes
2 answers

Detailed Comparison of ICEfaces vs RichFaces?

I've seen a few very brief comparisons of ICEfaces vs. RichFaces, but has anyone written a detailed comparison of the two frameworks? I am particularly interested in detailed comparisons of the implementation details of each framework, but I've…
jsight
  • 27,819
  • 25
  • 107
  • 140
5
votes
2 answers

Missing start tag for "ice:column"

With the following jspx code
F.P
  • 17,421
  • 34
  • 123
  • 189
5
votes
2 answers

Unit testing icefaces

Can you separate components of an IceFaces application so they can be tested in isolation instead of using something like Selenium or HttpUnit on the assembled application? Backing beans can be easily isolated (if written to be testable) but I am…
Ryan
  • 15,016
  • 6
  • 48
  • 50
5
votes
2 answers

Setting floating point formatting locale for JSF / ICEfaces?

I am writing a JSF (ICEfaces) application using resource bundles to handle internationalisation. The application nicely applies the (default) Dutch "nl" locale for the resource bundle but fails to apply the same locale on formatting floating point…
Timo
  • 902
  • 1
  • 10
  • 21
4
votes
1 answer

JSF2 - javax.el.PropertyNotFoundException. Not working with methods

when I try to render the view, browser show this error 01:46:11,371 GRAVE [javax.enterprise.resource.webcontainer.jsf.application] (http--127.0.0.1-8080-1) Error Rendering View[/index.xhtml]: javax.el.PropertyNotFoundException: /index.xhtml @15,74…
4
votes
2 answers

could not find Factory: javax.faces.application.ApplicationFactory

Hi i am trying to use following technologies together: JSF 2.1.0 ICEFaces 2.0.2 which is according to their documentation, works fine with JSF 2.1.x Tomcat 6 my web.xml:
Mahmoud Saleh
  • 33,303
  • 119
  • 337
  • 498
4
votes
1 answer

JSF - Component Libraries, migrate or not migrate?

I am using an old component library called Woodstock. Whenever I try to change something I get stuck with not find finding adequate documents about this library. I am thinking about migrating to another library like ICE Faces or Prime Faces. But I…
lamostreta
  • 2,359
  • 7
  • 44
  • 61
4
votes
2 answers

Hide .xhtml source - facelets/icefaces?

I'm new to Icefaces and Facelets both, but I'm using them on a new project. I've got everything working configured and working fine. However, when I visit mywebapp/file.xhtml, the entire facelets template source comes up in my browser. How could I…
GBa
  • 17,509
  • 15
  • 49
  • 67
4
votes
2 answers

IllegalStateException: getAttribute: Session already invalidated

I have a problem with my first JSF/IceFaces (version 1.8.2) application running on JBoss 5.1.0. I recieve an exception after a while, telling me about session problems. This is weird, because i do not use sessions in my code at all. The following…
the_mario
  • 460
  • 1
  • 10
  • 19
1
2
3
52 53