ICEfaces is a JSF component library. It offers an Ajax framework for developing and deploying rich enterprise applications.

learn more… | top users | synonyms

0
votes
1answer
9 views

icefaces ace tree style broken

I am using the ace:tree component of icefaces with lazy loading. The initializing at the post construct: lazyTreeModel = new LazyNodeDataModel<ProjektPaketNode>() { private ...
0
votes
0answers
7 views

can anyone point me to spring mvc and icefaces integration example?

can anyone point me to spring mvc and icefaces integration example? My problem is i have struts1 application . now we got requirment stating that application need to be upgrated to Icefaces.. any ...
-2
votes
0answers
32 views

display a specific colomn in JSF selection tag [closed]

I am building a JSF+Hibernate+Spring project now, I have one problem with the JSF selection tag. How to display a specific column in a databse table to JSF SelectOneMenu Tag? Thanks.
0
votes
3answers
47 views

icefaces mobile TabSetMetaHandler(in icefaces-mobi) class not able to access class MethodRule(in icefaces)

I m developing a mobile website using icefaces-mobi framework. We have a website already developed in icefaces framework now we want to mobilise our site. After successful authentication I m returning ...
0
votes
0answers
32 views

JSF configuration file

There is a problem with my jsf configuration file. When I open it with Faces Config Editor, the xml file just has Source View, no other Views like Navigation rules, Managed Bean, Component, etc. Do ...
0
votes
0answers
17 views

In <ice:outputchart > how data attribute works?

How dataset works here. data="23, 30, 43: 36, 34, 20" there are two data set. but how that data is represented on chart like is it averaging or something else etc. <ice:outputChart type="pie2d" ...
0
votes
0answers
18 views

how to add colors dynamically as per number of labels in <ice:outputchart>

I have to create a pie chart showing how many towns are there in a state. I already got data, and lables from database. code <ice:outputChart id="pieOutput2dChart" type="pie2D" ...
0
votes
0answers
33 views

autosizeColumn() method error in apache-poi

I am unable to use autosizecolumn(). Actually I am not getting where to write this autosizecoloumn() method though I got all data printed on xls file and now my only requirement is to set ...
0
votes
1answer
47 views

Focus lost on table row element right after its set

I have a very long table in which I am using a search box to search for a table row. The .focus() function sets focus on the table row element but immediately it jumps back to the search box and sets ...
0
votes
1answer
162 views

JSF 1.2 Life Cycle understanding: Executing the ValueChangeListener method in InvokeApplication phase

I am using a <h:selectBooleanCheckbox> in the facet header of a DataTable. All the rows content for that <h:column> DataTable are <h:selectBooleanCheckbox>. The rows are getting ...
1
vote
1answer
49 views

f:setPropertyActionListener setter not being invoked

I'm using Icefaces 1.8.2 with jsf 1.1 The setter method of target field is not invoked before the commandLink action method. <ice:panelSeries id="deptSeries" value="#{sessionScopedBean.deptList}" ...
0
votes
0answers
40 views

f:attribute within ice:commandLink fails

I'm using f:attribute in the following way and for some reason I get NPE <ice:panelSeries id="panel" value="#{userBean.disp}" var="bean"> <ice:commandLink ...
0
votes
1answer
27 views

Icefaces/JSF method call with arguments

I'm using Icefaces 1.8.2 and I need to do a method call with arguments on the xhtml page for which I have no idea how to do it. My web page looks like below <ice:commandLink ...
0
votes
0answers
34 views

Productivity criterion of RIA frameworks [closed]

I have to done comparison between RIA frameworks and I want to decide what criterion have to be considered as the most relevant for productivty. Can you give me insights please ? Thanks.
0
votes
1answer
39 views

Icefaces set focus not working

I am trying to set focus to a component in Icefaces 1.8.2, but it doesn't work probably because of the component not being rendered at the time of the method call. Any ideas? ...
0
votes
0answers
20 views

Using ace:dataExporter with lazy loading

I am using a datatable with lazy loading and paginator. If I want to export the data with the ace:dataExporter it is only exporting the first site. If I set lazy loading to false, it is exporting the ...
1
vote
2answers
69 views

SelectInputText ValueChangeListener Issues in IceFaces 1.8

I am using ICEFaces 1.8 for my application. I have a few SelectInputText in a grid like this: <ice:panelGrid columns="4"> <ice:selectInputText id="txtId" ...
1
vote
1answer
64 views

Icefaces 1.8 look and feel issue

I am not able to figure out how to get a good look and feel for the header of an icefaces datatable component. I have used the ice:commandSortHeader but the images (i.e. arrows) are not getting ...
0
votes
1answer
59 views

How to update JSF web application components without broking it's current functionality?

I have a large web application (100+ jsf pages) using RichFaces 4.1.0. I was trying new features offered by RichFaces 4.3.0 (rich:placeHolder, for example). This brings me to the question: If I really ...
1
vote
1answer
34 views

Order of JSF portlets effect the rendering of ice:inputRichText

I have two seperate JSF portlet wars, both have their different liberaries and configuration. Single portlet on page is working fine, but when i place two portlets on same page and if the the portlet ...
1
vote
1answer
95 views

Testing xPage application using jMeter

Does anybody know how to do stress testing for xPage application using jMeter? I tried to find a parallel with JSF test and ICE faces ...
0
votes
0answers
48 views

Eclipse ICEFaces project facets errors

I am configuring a Maven web app in Eclipse now. I use ICEFaces + Hibernate + Spring. When I try to add ICEFaces in project facets, I get an "Unhandled event loop exception" every time, which is ...
0
votes
1answer
56 views

ice:dataExporter Exporting to pdf issues

I am trying to export some data displayed in my datatable using the component present in the ICEFaces 1.8 components showcase. In the doc, they have mentioned to import iText.jar (preferably ...
0
votes
0answers
125 views

DataTable First Row First Column taking default value on page load

I have a List containing the employee details. I am binding the datatable using the List as shown below: <ice:dataTable id="dataExportTable" var="employee" ...
0
votes
1answer
76 views

Icefaces 1.8 SelectInputText String value auto-complete

Seems to be some silly mistake in my code but not able to figure it out :( I have a SelectInputText component in a screen. On selecting a String value from the auto-complete functionality, I need to ...
0
votes
0answers
24 views

Can the Bad Boy testing tool check on content in the generated html source?

I have to test a web application that is built with icefaces. Icefaces makes use of a lot of generated html code. That means: the texts that you see in the browser are generated (eg by javascript or ...
1
vote
1answer
56 views

JSF - HtmlcommandLink.setOnclick() add additional things to the onclick property while creating dynamic components

I want to create dynamic components (HtmlCommandLinks). When I set the onClick property, somehow JSF has added additional things. So it doesn't fire my javascript as I expected. After removing those ...
1
vote
0answers
37 views

disable onscroll event of the icefaces datatable

I used an ice:dataTable component to display data, somehow there was a default onscroll event in the target div which doesn't make any sense to me and it had brought some positioning problems to other ...
0
votes
1answer
149 views

javax.servlet.ServletException: ICEfaces requires the PersistentFacesServlet

I am a beginner in ICEFACES, trying to run my first ICEFACES screen successfully using some ICEFACES components. To get started with. I am using ICEFACES 1.8.2. I copied the content of my web.xml ...
0
votes
2answers
122 views

Creating ICEfaces application example connecting beans and Facelets

I'm new in developing web applications and I installed the ICEfaces plugin. I found this tutorial to learn how to work with it and the first given example dont work in my IDE. Its about the last ...
1
vote
0answers
23 views

SessionRenderer not rendering throws ViewExpiredException

8.2 with Seam and JSF 1.2 . My problem is having a method in my backing bean in which I am initializing certain values before the page is presented to the user. Here in the backing bean method, I have ...
0
votes
1answer
81 views

JSF 2.0 (IceFaces 3.2) ApplicationScoped beans, shared data and PUSH

I'm having a little problem with shared data and push. I have a table containing three rows; these rows are different depending on a selected reference date (each user may select a different ...
0
votes
1answer
17 views

SelectInputDate and inputFile problems in IE9

I'm new to Java and IceFaces. I have a site which uses icefaces selectInputDate() and inputfile that doesn't work for any IE9-users other than me. The only observable difference is the fact that we ...
0
votes
1answer
37 views

Icefaces 1.8.2 Pages without session

I have an enterprise application where there are 2 types of users: - Guests (who may only visit limited pages) - Members (who sign in) Entire application is built using icefaces 1.8.2. Due to ...
0
votes
0answers
69 views

IceFaces ace:dateTimeEntry how to set pattern only for month picking

is here any way to force ace component dateTimeEntry to show only month and year pattern ? When I use this piece of code, nothing happend after clicking that date picker, nothing slides down. ...
0
votes
1answer
60 views

Icefaces with Richfaces, configuration

I am very new to JSF and working on one Project. I am already using jsf-api and jsf-api-impl of mojarra version 2.0. Also I am using Richfaces and my web.xml mapping is like, <servlet> ...
0
votes
0answers
62 views

ICEFaces ace:dialog - change modal efect transparency

How do I change the background transparency for ace:dialog modal=true effect ? I need the transparency as in ice:panelPopup
0
votes
1answer
107 views

Styling JSF ICEFaces ace:dialog

Can anyone tell me how do I add my own style to a ace:dialog component? It gives a styleClass attribute. but this ace:dialog has its own styles too. I'm not a good css guy, so can you help me with ...
3
votes
1answer
93 views

building html table with varying number of columns

I am using java and icefaces , I need to build a table that will have different number of columns each time. so far the best example I found was on the icefaces website I tried to let the number of ...
0
votes
1answer
220 views

How to use Javascript in jsf action with Icefaces to update page status ?

How do I fire either server side or client side event handler on completion of h:commondButton action? This server side process takes sometime to complete. When I click the button, it needs some time ...
0
votes
1answer
55 views

isLocalValueSet of a UIInput always returns true in custom validator

I wrote a custom validator to validate all the form fields. I am using Incefaces 3.2 and JSF 2.0. I noticed multiple issues on a UIInput of integer type. If I do not enter any data on the form and ...
-3
votes
1answer
66 views

JSF long running processes

If a backing bean function takes sometime to process the request, how do we pull the progress ?
0
votes
0answers
81 views

After closing Icefaces panelPopup, page is uneditable in IE9

I have a problem that I cant handle by myself. I have a normal ice:panelPopup, which include a function to upload pictures. <ice:form id="testForm" partialSubmit="true"> <ice:panelPopup ...
0
votes
1answer
82 views

ICEfaces dataPaginator actionListener

In the ice:dataPaginator we can add an actionListener. Using that event handler or in some other way, can we track the pagination button (anchor) we clicked ?
0
votes
0answers
69 views

Tomcat 7 Error renderResponse: /send-receive-updates

I m getting error Problem in renderResponse: /send-receive-updates Not Found in ExternalContext as a Resource. Application was working fine in Jboss 4.2.3 now i m migrating it to tomcat 7 and ...
0
votes
0answers
128 views

jsf / icefaces selectOneMenu autocomplete

I am using ice:selectOneMenu component and want to change the way he work so it will look like this: when the user click on the letters the list is opened and the first object in the list with this ...
0
votes
1answer
479 views

JSF: <f:convertDateTime type=“date” pattern=“mm/DD/yyyy”/>

I have a JSF date component using convertDateTime and it accepts "12/12/2013ab" the backing bean returns "12/12/2013" as date may I know how can I prevent user from entering "12/12/2013ab". It will ...
0
votes
1answer
215 views

selectOneMenu and textEntry in IceFaces

I have problem with IceFaces, i try change ace:textEntry depends on item selected on ice:selectOneMenu. Also i don't need to go new page, i want it to be AJAX and reflesh everytime i change it. I try ...
0
votes
1answer
93 views

Prevent cache values in the browser

I have a selectOneMenu and a dataTable. When I change the selected value, dataTable will repopulate. A one of column of the dataTable is an inputText. The problem is that the inputText field doesn't ...
1
vote
2answers
121 views

Jsf file download doesn't work

When I click the h:commandButton it execute the myBean.dowanlod() method, but it doesn't download any files. Here is my methods in the backing bean. No exceptions. Cursor gets busy and seems like ...

1 2 3 4 5 13