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

Any FileUpload replacement to work side by side with ICEfaces and Spring Web Flow?

FileUpload control from ICEfaces conflicts with Spring Web Flow 2.0. If anyone knows another FileUpload JSF control that work OK with Spring Web Flow and doesn't conflict with ICEfaces?
Lite
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
3 answers

Icefaces opening jsf and icefaces jar files hundreds of times

I just had all the users of my system try to log in at the same time. My server came to its knees with this error: SEVERE: Socket accept failed Throwable occurred: java.net.SocketException: Too many open files at…
scphantm
  • 4,293
  • 8
  • 43
  • 77
0
votes
3 answers

Exception with ICEFaces

I'm using ICEFaces. I have datatable with multiple columns. One I load the page I get the following exception; however, the page still loads and contiues correctly but after I start pagination the table it's slow, I'm not sure what this exception is…
Tam
  • 11,872
  • 19
  • 69
  • 119
0
votes
1 answer

ICEfaces - How can I redefine styles of components?

is there any way to redefine styles of ICEfaces components? For example if I want to have with blue background, blue label in etc.?
Jan Bouchner
  • 875
  • 1
  • 14
  • 38
0
votes
1 answer

JSF Forward and redirect

Currently i am working on a JSF (ICEfaces ) project. I am having a menu where the menu data comes from the database. I mean label and url comes from the database. I am executing the query and writing a logic for the menu. Up to that JSF is…
Vipul
  • 113
  • 1
  • 10
0
votes
2 answers

Display horizontally dynamic content in JSF

Looks simple but I can't do it. I need to display a series of images, 3 in each line. For example, if I have 9 elements in my collection it should display 9 images in a 3 x 3 table. I'm trying with this code:
Fisu
  • 2,534
  • 1
  • 15
  • 14
0
votes
2 answers

How to navigate with ICEFaces and pass parameters

I'm using JSF/ICEFaces. I have a table that have many rows with values and I have another page that displays charts. I want to have an icon on every row to chart that specific combo. I know to do regular navigation with JSF by returning a string…
Tam
  • 11,872
  • 19
  • 69
  • 119
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

Redirect does not work anymore after installing IceFaces

In my JSF 2.0 project I've got an index.xhtml page where I implemented a login. After a successful login I want to redirect to EditFile.xhtml. This worked always successfully. Now I have…
Dominik
  • 19
  • 1
  • 1
  • 7
-1
votes
1 answer

Prime faces Custom Data table inside Treetable(Matser details data)

I need custom data-table(p:datatable with different columns than parent table columns) inside tree-table. Below is image I tried tree-table but in my case child row should be data-table with column headers and rows different than parent table.Also…
user530158
  • 333
  • 7
  • 18
-1
votes
1 answer

js function not working on IE8

I have a div and on mouseover I show an ice:menuPop with this function: function fireContextMenu(element, event) { if (element.getAttribute('oncontextmenu')) { element.oncontextmenu = new Function ('event',…
Cristian Boariu
  • 9,603
  • 14
  • 91
  • 162
-1
votes
2 answers

wait for ui data filter in selenium

In a application many fields are there and all the fields are having filters ( text box) . so once user will enter the value in any one of filter immediately UI data (UI table) will start getting refreshed. I wanted to wait for data to be loaded in…
-1
votes
1 answer

get arabic value from icefaces's inputTextarea

I am using icefaces when I enter arabic value I get some strange value like ????? on bean.
chetan
  • 3,175
  • 20
  • 72
  • 113
-1
votes
1 answer

Any Idea why I am getting these ERRORS after resolving all jar lib addition

This is what I see on browser after building web app using Myeclipse 9.1 HTTP Status 404 - /na77/ type Status report message /na77/ description The requested resource (/na77/) is not available. Apache Tomcat/6.0.13 The Stack Trace is…
1 2 3
52
53