Relates to ICEfaces 1.8, an open-source Rich Internet Application (RIA) development framework based on the JavaServer Faces 1 standard.
Questions tagged [icefaces-1.8]
78 questions
8
votes
3 answers
Primefaces Vs Icefaces 2 Vs Richfaces
We soon start development for a new web application and are currently evaluating/proposing the technology stack to use.
For the view layer, we have to choose between Primefaces, Icefaces 2 (since we definitely want JSF2) and Richfaces. Our basic…

gkari
- 229
- 1
- 7
- 11
7
votes
2 answers
ui:repeat doesn't work with f:selectItem
i am using icefaces select on menu to select a user from list of users
and i want to repeat the selectItem for each user
here's what i tried:
…

Mahmoud Saleh
- 33,303
- 119
- 337
- 498
3
votes
1 answer
ICEfaces SelectOneMenu ValueChangeListener not working
I have a simple ice:SelectOneMenu and an ice:outputLabel and all I want to do is when I change the value in my dropdown to set the text in my label to tell me that I changed the value and what the new value is (simple test, once this works I will…

Nick Rolando
- 25,879
- 13
- 79
- 119
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…

Rishi Singhal
- 151
- 9
2
votes
1 answer
Null value submitted for a conditionally disabled field in a reusable JSF popup
I have a popup dialog developed in IceFaces 1.8.x (JSF 1.2).
The dialog is reusable (used for account creation as well as modification) and has a cancel button with immediate = true (to avoid validations). This dialog suffered a problem in the past…

Alphonso
- 1,295
- 1
- 9
- 11
2
votes
0 answers
Duplicate Component id in icefaces 1.8.2
showall_Bean gives me whole list in datatable....
here..i have put edit button....but and it goes to update page......but when i do changes and click on update button it shows error " Duplicate component Id "
but updates are done in…

Dhruvil Thaker
- 1,950
- 1
- 15
- 25
2
votes
1 answer
I'm implementing the Serializable on all my session classes so I could make some farm clustering with a load balancer.
I already have the clustering under control and it's working fine. However, I'm getting an error which it seems I'm not able to…

Antonio Laguna
- 8,973
- 7
- 36
- 72
1
vote
2 answers
Autocomplete list not aligned properly under selectInputText
I have a selectInputText in my jsf

Jacob
- 14,463
- 65
- 207
- 320
1
vote
1 answer
Autocomplete unmatched results
I am trying to do autocomplete when I type in characters in ice:selectInputText
Issue I am facing is when I type in characters it brings even names which is not matching with the characters I type.
See the below screen shot for reference.
Ideally…

Jacob
- 14,463
- 65
- 207
- 320
1
vote
2 answers
How to create a Filter for an IceFaces based web application?
I am using IceFaces 1.8.2. I want to create a Filter so that people cannot access unauthorized URLs of my application.
I attempted to created a Filter like this:
public class AuthenticationFilter implements Filter {
private FilterConfig…

fahmi
- 705
- 2
- 10
- 23
1
vote
1 answer
JSF inputTextArea valueChangeListener
Is there any way to force firing of valueChangeListener during typing into an component?
I am trying to simply count the number of chars user has entered in the textArea without resorting to JavaScript coding, but it simply won't budge.
Any ideas…

quantum
- 3,000
- 5
- 41
- 56
1
vote
1 answer
JSF remove invalid component from page
i'm using JSF 1.2 with IceFaces 1.8.
On my page i got an selectOneListbox, which content (e.g. EQUAL TO, BETWEEN, IN) triggers inputText fields to be rendered. If EQUAL TO is choosen one field is rendered else if BETWEEN is chossen two fields are…

René
- 11
- 1
1
vote
0 answers
Iceface 1.8 not working properly in IE11
I come across a wired issue with Icefaces in IE11. Once I submit a page via partial command button. The page has no response at all. There is nothing happened at all. And the issue cannot be simulated in another computer with IE11. I cannot figure…

crazy_develerper
- 107
- 1
- 1
- 8
1
vote
0 answers
How to use navigateToRow() and findRow() of HtmlDataTable in icefaces 1.8
I want to use HtmlDataTable's navigateToRow() and findRow() method to select a particular row from a datatable. I followed this link
http://component-showcase.icesoft.org/component-showcase/showcase.iface ==>Table==>Find Row option. I am binding the…

user2703788
- 163
- 1
- 16
1
vote
0 answers
JSF selectboolean checkbox in datatable not showing up
Firstly I would provide my configuration details:
JSF - 1.2
Icefaces - 1.8
Servlet - 2.5
I am trying to put an ice:selectBooleanCheckbox in a datatable. But, I am facing an expception repeatedly:
icelogin.jspx @54,59 value="#{o.checkBox}":…

srk
- 4,857
- 12
- 65
- 109