Questions tagged [icefaces-3]

ICEfaces is an open-source Rich Internet Application (RIA) development framework based on the JavaServer Faces 2 Standard.

147 questions
4
votes
1 answer

Websphere 8.5: Class org.apache.commons.logging.impl.Jdk14Logger does not implement Log

I developed an JSF-App with ICEFaces 3.0.1. With Tomcat and Glassfish, the App works fine. Now I wanted to test it on a WebSphere Application Server 8.5.0.0. The App starts but when I do some action, it crashes. I'm using the following…
daff
  • 103
  • 1
  • 1
  • 8
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
3
votes
0 answers

ace:ajax oncomplete not called on ENTER

I need to call a js function to set the focus (alert in my example) after page rerenders, but it looks that oncomplete is only evaluated on click, not on ENTER key press. btw, action is called fine on ENTER. see following:
M.S.
  • 31
  • 3
2
votes
1 answer

IceFaces 3.3.0 ace:pushbutton with image. How to do it?

I've been struggling trying to add an image to an IceFaces pushButton. My last try was adding an image nested to pushbutton tags like this:
groo
  • 4,213
  • 6
  • 45
  • 69
2
votes
0 answers

Module named '_auto_generated_ear_' failed to deploy on Weblogic 10.3.5

I am getting Module named '_auto_generated_ear_' failed to deploy this error while deploying my ICEFACES 3 sample project. I am using Eclipse Helios and Weblogic 10.3.5 Exception Stack trace- org.eclipse.core.runtime.CoreException: Module named…
user3587800
  • 21
  • 1
  • 3
2
votes
1 answer

Icefaces 3 ace:ajax event not working

I have some simple code
2
votes
1 answer

How to dynamically add a component using "Faces.includeCompositeComponent"?. Websphere 8 and ICEFaces 3

I´m trying to dynamically add a composite component to another UIComponent using a small adaptation of OmniFaces Faces.includeCompositeComponent(...). I´ve tried to recreate the behavior of this question but it´s not working. The code for the…
2
votes
2 answers

JSF: javax.faces.FacesException: Cannot add the same component twice: vaz4n2-retrieve-update

I am a JSF beginner. I try to implement ICEfaces 3.0 component in Eclipse 4.2 (Juno). I had implemented & run it using Apache Tomcat 7.0. It showing the following error in window: Cannot add the same component twice In console bar it shows as…
Rajan
  • 199
  • 1
  • 5
  • 20
2
votes
1 answer

ICEfaces pieChart: how to change the slice color?

I am using ICEfaces 3.2. I want to know how to change the color of the ICEfaces ace pieChart slices. My JSF code is as below: I want to…
ZEE
  • 381
  • 1
  • 6
  • 20
2
votes
0 answers

ace:dataTable single and double click row selection listener

Is it possibile to handle in the same ace:dataTable even single click and double click row selection in order to associate them two different behaviors? example: I need to open the row detail with double click selection and i need to only select…
1
vote
0 answers

Has anyone got Icefaces 3.3 app working on Payara 5 / Glassfish 5?

We are porting an application over from Glassfish 3.1.2.2 to Payara 5. The application uses Icefaces 3.3.0 which is confirmed to work with JSF 2.1. We have two options to deploy this in Payara 5, use the built in JSF version 2.3.x which is supposed…
Darren
  • 31
  • 4
1
vote
1 answer

ace:dialog component sample not working

http://icefaces-showcase.icesoft.org/showcase.jsf?grp=ace:dialog&exp=Server%20Initiated I am just trying to learn how to use this component. But unable to run this example. When I click the button nothing happens. Does anybody have any idea? There…
Arka Mallick
  • 1,206
  • 3
  • 15
  • 28
1
vote
0 answers

Uncaught service() exception root cause Persistent Faces Servlet

Check with below Code: [2017-10-03 14:49:47:125 CEST] 00000025 servlet E com.ibm.ws.webcontainer.servlet.ServletWrapper service SRVE0014E: Uncaught service() exception root cause Persistent Faces Servlet: javax.servlet.ServletException:…
1
vote
1 answer

"cannot validate component with empty value" warning when HtmlInputText component NOT empty

I'm working on upgrading an application from Icefaces 1.8 to IceFaces 3.3 Running on WAS 8.5, IceFaces 3.3 (JSF 2.1 - MyFaces 2.1.17) I have a pop-up box that is used to create new users.
Thraydor
  • 140
  • 1
  • 12
1
vote
0 answers

Icefaces ajax Uncaught TypeError: Cannot read property 'ab'

I am using Icefaces version 3.x. More specifically, this Eclpse plugin IF-3.3.0-IM-1.3.0-Eclipse-4.3-plugins-B in my Eclipse Kepler. I am new to Icefaces and I am just playing around with the some code to learn more about this framework. I keep…
BustedSanta
  • 1,368
  • 7
  • 28
  • 55
1
2 3
9 10