icefaces

How to navigate with ICEFaces and pass parameters

Hello, 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 navigation rule. However, I'm not sure how to pass parameters from the bean correspon...

How can I create an error handling page in ICEfaces (with Facelets)?

I need a little help creating a catch-all error handling page in my ICEfaces application. I'd like to present a user-friendly message along with an exception stack trace. I can redirect to an error page using the following directive in web.xml: <error-page> <error-code>500</error-code> <location>/error.xhtml</location> </error-page...

Exception with ICEFaces

Hello, 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 about as the page still work and I'm not sure if it's related to the slowness of ...

problem when exporting to excel with JSF

Hello, I'm using JSF/ICEFaces. The page is ICEFaces however I'm using the JSF datatable because ICEFaces had slow performance for some reason. Anyway, unlike the ICEFaces datatable, the JSF table doesn't come with export to excel so I'm writing my own. I decided to use Apache POI as below. The code executes well but I don't see pop up t...

Using PersistentFacesServlet and FacesServlet in the same war

So I posted this question in the icefaces forum but didn't get much love, so I thought I would try here. In my webapp I am using IceFaces for the bulk of the application but I want to use regular JSF for a mobile piece of the solution. I can't seem to get the IceFaces Servlet to 'let go' and let it concede to the regular FacesServlet. p...

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? ...

Is it OK to mix up the ?-Faces in JSF.

Hi.. I'm new to JaveServerFaces and played a little bit with ICEFaces and i would try richfaces. So the Basic Question is : Can i use these two addons together or does it get me into troubles? Can someone recommend me some other packages ? (specially for netbeans) ...

Flex components for JSF

It would make sense to use Flex components with JSF, but searching around I can't find something mainstream. At least not as mainstream as ICEFaces, Woodstock and the other JSF components. ...

Input File component error messages

Hi all, I'm facing a serious problem with ice:inputFile component. When an error occurred while uploading process (like : invalid file name error, empty file name error, exceeding max size error), i use ice:message tag to show these error messages. I use ice:panelPopup and display the ice:inputFile component inside it. The problem is : ...

Server Connection dies out with ICEFaces with long request

Hello, I have long HTTP request ( generating large Excel file - about 60K records or so) which takes like 5 minutes to complete. The wheel with icefaces shows connection is dead and although the file is ready on the server, ICEFaces page is dead and I have to refresh it and can't get the file! How to about extending timeout I tried the...

ICEFaces action vs actionListener

I am not clear on the difference between these two methods. I see that the actionListener takes an ActionEvent as a parameter, but both may be tied to a method in the backing bean. Is the only functional difference the ActionEvent parameter? So if I need ActionEvent use the listener method, if not, either will work? ...

Show html formated text on IceFaces

I'm saving html and/or rich formated text in a database, and I'm trying to show it in an IceFaces text field, but it doesn't show the propper format (line breaks or urls). Is there a tag or a component that shows me the proper rich text or html format? Thanks! ...

Output List content using ICEFaces

Hello, I want to show a List using ICEFaces, and I want to output it like: TAG1, TAG2, TAG3. But without using , or <% for (...) { ... } %>, is there a way to do this? Thanks! ...

ICEFaces 'Content is not allowed in prolog' Error

Hello, I have an JSF/ICEFaces application that is works fine but I keep getting this error. Although the application continues normally, I still get that error now and then. As far as I understand it's complaining about having something in the file before XML header but I'm not sure why I'm getting this I'm using ICEfaces that generates...

ICEFACES : Multiple Parameters in link

Hello ! i have a datatable with multiple rows , i want to put one link to redirect the values to one Servlet . the old call that i use is similar like this : a onclick=openWindow('./Servlet?param1=xx&param2=xxx') I m newbie in icefaces ... i want your help because i can put one parameter only like this : ice:outputLinktarget="mainFr...

Dynamically generate ice:commandButton components

Hey all, I've been trying a lot of different things that I would think would work like expected. However, they are causing me some frustration. Here's the scoop: I am using ICEFaces 1.8 components in a Java EE web application. My goal is to render a bunch of ice:commandButtons on the page based on a query to my database. I want these b...

The default look of Icefaces and how to customize it

I have a question about styling Icefaces. I have a minimal application that can use Icefaces components, but when I use them and view the page, the components are not styled (for example the buttons have the default look and tabs have no look at all, no images, nothing). I was wondering why that is and what I should do so I would get the...

JSF/ICEFaces takes very long time in rendering response

Hello, I have a JSF/ICEFaces application that was working fine but all of the sudden it started taking sinfully long time in rendering response phase! I can tell from the console that the java part completes fine but it takes like 10 minutes to display the web page! I'm using JBoss as my application server. Could you please tell me ho...

Disable commandButton in JSF

This seems like it should be pretty straightforward but I'm not feeling it. I have a JSF CommandButton that executes a long running serverside task (10-15 seconds). I've seen forms where the button context changes after it's been clicked (The label on the button changes and the button becomes disabled until the processing is complete)....

ice:selectOneMenu sending the wrong value

Hi there, I have multiple drop down menus with my JSF/ICEFaces application that update each others so depending on the selection of one the contents of others update. The problem is that the menu is sending the wrong value. It seems it sends the value before instead of the current one! not sure why! Any ideas? Thanks, Tam <td> ...