ICEfaces is an open-source Rich Internet Application (RIA) development framework based on the JavaServer Faces 2 Standard.
Questions tagged [icefaces-3]
147 questions
0
votes
1 answer
JSF 2.0 includes ICEfaces components, trying to use JPA 2.0 for Persistence failing(nullpointException) with JBOSS standalone server
I am trying to code a small website which just uses a form. I use Eclipse IDE(indigo) and JBOSS AS 7.1 server. I have coded using JSF 2.0 and latest ICEfaces components. Right now i have added JPA components to read/write to oracle database. Entity…

VeerM
- 105
- 4
- 11
0
votes
2 answers
CSS styles path for ACE components
I like to add css default styles for ace components ( icefaces) in jsf page and i dont know what path of css styles i should include in jsf page. For ice components i have following css path.

Rehman
- 3,908
- 6
- 28
- 29
0
votes
1 answer
ICEpush 3.0.1 causes no response in JBoss 7.1.1
I have posted on both JBoss and Icesoft but to no avail. I am hoping someone here can help.
I have a relatively complex EAR deployment, and one of the modules is a web app. It works great with ICEfaces 3.0.1. I have the interface working fine.…

Bryan Pugh
- 113
- 1
- 7
0
votes
1 answer
icefaces 3 combine ice and ace component on the same page , problems with the style
I am using ace:daaTable and other ice component on the same xhtml page .
when I click oמ ice:commandButton the page style is changing.
I tried to define "rime" style on the web.xml but it doesn't help.
when I defined "none" style
param-name…

tamih
- 93
- 1
- 15
0
votes
1 answer
icefaces configuration
I am trying to work with icefaces3. I made some examples and they perfectly work,
but when I try some examples from
http://icefaces-showcase.icesoft.org/showcase.jsf?grp=compatMenu&exp=menuBar
I get errors in:
import…

wadii
- 1
- 2
0
votes
2 answers
icefaces 3.0 ace:dataTable sorting column,need example
I need an example for sorting a column in ace:dataTable, i don't know how to use sortBy + sortFunction .
thanks

user1059769
- 43
- 2
- 10
0
votes
1 answer
ice:outputMedia not rerendering in Firefox and IExplorer
I need the reproduce a MP3 from an URL.
So, in my page use this:

Fisu
- 2,534
- 1
- 15
- 14
0
votes
1 answer
Icefaces 3.0.1 FileEntry: FileEntryListener is never called
1.1, IceFaces 3.0.1 and JSF 2.1 and was trying to work with ace:fileentry. I can't understand why the listener is never called! Even the IDE sends me a warning "pruebaBean.sampleListener is an unknown property".
Here is a short example of what i'm…

Fisu
- 2,534
- 1
- 15
- 14
-1
votes
1 answer
Icefaces ehanced multiselection component
I search a multiselection component for a JSF2 / Icefaces 3application / Icefaces 3 which have this functionalities : two list selectable and selected with arrows to move an item from one list to the other or all the elements from one list to the…

Ousmane MBINTE
- 664
- 4
- 15
- 37
-1
votes
1 answer
Hidden Field value empty
I am trying to set hidden field value to backing bean in request scope but I see that the value the setter takes is empty "" though there is a value on client side(can see in firebug). Before the actionListener is invoked, the setter is invoked but…

Narayana Nagireddi
- 729
- 1
- 13
- 33
-1
votes
1 answer
how to save an image to a database using Icefaces 3.0.1 FileEntry component
I wanna use a fileentry component to save an image to a database(postgres with JPA connection) and JSF. I was searching it, so i think i have to use an inputstream, but i don't know how to use it to convert the image to a bytea type to be saved to a…

tan
- 1
-1
votes
1 answer
How to use more than one ace:fileEntry tag in the same page?
I have a page that should contain two ace:fileEntry tags: one to upload an audio file and another to upload an image file. The page should also have a save button. When clicking on the save button, I want to check if both an audio file and an image…

Mahmoud Saleh
- 33,303
- 119
- 337
- 498