Top "Icefaces" questions

ICEfaces is a JSF component library.

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 …

java jsf icefaces
How to dynamically create a <f:selectItem> list?

Is there a way to dynamically create a selectItem list? I dont really want to have to create lots of …

jsf icefaces
could not find Factory: javax.faces.application.ApplicationFactory

Hi i am trying to use following technologies together: JSF 2.1.0 ICEFaces 2.0.2 which is according to their documentation, works fine with …

jakarta-ee jsf-2 icefaces
ui:repeat doesn't work with Map

I have a Map of key / values, which I initialize in @PostConstruct as follows: Map<String, String> myMap; @…

jsf jsf-2 icefaces icefaces-2
Java: How can I generate a PDF file from a JSP JSF page?

I need to generate a PDF from a JSP JSF page. I have searched the net, but I didn't found …

java pdf jsf icefaces
Generating a Faces Context manually

I have two systems I'm trying to integrate. One is built on raw servlets, the new one is build on …

java jsf servlets icefaces
The form component needs to have a UIForm in its ancestry. Suggestion: enclose the necessary components within <h:form>

I am getting the following error on my Facelet page, which simply consists of an IceFaces form with two fields …

jsf jsf-2 icefaces
IllegalStateException: getAttribute: Session already invalidated

I have a problem with my first JSF/IceFaces (version 1.8.2) application running on JBoss 5.1.0. I recieve an exception after a …

session jsf jboss icefaces illegalstateexception
JSF Backing Bean constructor called multiple times

I'm trying out JSF 2.0 (after using ICEfaces 1.8 for the past few months) and I'm trying to figure out why in …

jsf jsf-2 icefaces
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 …

jsf icefaces