Top "Jsf-1.2" questions

JSF 1.2 is the latest release of the JSF 1.x specification and it works with Servlet 2.5 and JSP 2.1.

How to make a redirection on page load in JSF 1.x

I have a web-application where the users can be sent directly to some specific pages (such as a page where …

java jsf jsf-1.2
What is Mojarra?

How is Mojarra different from Sun's JSF Reference Implemenation? Is it just a later version? Is it simply a rename?

java jsf jsf-2 jsf-1.2
JSF 1.x generic exception handling

If I have an exception in my business layer (e.g. a SQL exception in my JDBC connection bean), how …

jsp jsf exception-handling jsf-1.2
java.lang.NoClassDefFoundError: Could not initialize class org.apache.poi.POIXMLDocument on Jboss 5.0 EAP

Getting following exception in Jboss 5.0 EAP but it work fine in JBoss 5.1 GA. we are using POI 3.7 and jars included …

java apache-poi jboss5.x jsf-1.2
Uses of javax.faces.PROJECT_STAGE

I wanted to understand impact of 'javax.faces.PROJECT_STAGE' property for a JSF application. A nice use case was …

jsf model-view-controller jsf-2 web jsf-1.2
Input fields hold previous values only if validation failed

I came up with a strange problem. I tried to isolate the problem so following is my simplified code. public …

jsf popup richfaces jsf-1.2 ajax4jsf
Conditionally rendering an <ui:include>

I am trying to toggle a page that shows a <rich:dataTable>. Before I just included the <…

jsf richfaces facelets jsf-1.2 uiinclude
How to Dynamically add a row in a table in JSF?

In my application i need to add a row on a click of a button and this button will be …

jsf jsf-1.2 dynamic-forms
How to make a4j:commandLink execute action and show modalpanel?

Jsf 1.2, Richfaces 3.3.3, I got the following code working to show a richfaces:modalpanel: <ui:repeat id="albums" var="listvalue" …

jsf richfaces jsf-1.2 jboss-4.2.x richfaces-modal
How to implement JSF navigation between two pages without using navigation-case in faces-config.xml

I am looking for a another way of JSF navigation other than mentioning navigation-cases in faces-config.xml. At present i …

jsf jsf-1.2