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.

JSF 1.2 - iterate over a Map that contains Collections

Using JSF 1.2 and JSP.... Is it possible to iterate over a Map whose values contain Collections? I have a Map …

jsp jsf jsf-1.2
java.util.MissingResourceException: Can't find bundle for base name messages, locale en_US

I am new to JSF an was trying out this piece of code.. This is my faces-config.xml: <application&…

java jsf jsf-2 jsf-1.2
Richfaces 3 how to make datascroller do true pagination

I'm trying to figure out how to do true pagination with richfaces datascroller. Currently my query pulls all of the …

java jsf richfaces jsf-1.2
How to iterate over an arraylist in jsf without `<t:datatable>` or `<t:datalist>`

How to get the following result in JSF with <div id="tagcloud"> <a href="#" rel="0.1">Lorem&…

jsf jsf-1.2
Don't know how to iterate over supplied "items" in <c:forEach>

I am using JSF 1.2 in my application. I am trying to iterate through a String array which is defined in …

java jsp jsf jstl jsf-1.2
How to call a Javascript function on render in JSF 1.2/Richfaces 3.3?

We have an a4j:outputPanel that is ajaxRendered. Is there a way to call a javascript function each time …

jsf richfaces jsf-1.2
Send an f:param when a ValueChangeListener is invoked

I want to send a request parameter, everytime a ValueChangeListener is invoked. I've implemented it the following way, but unfortunately …

jsf parameters jsf-1.2 valuechangelistener
Static Servlet Context variable

I have read from the question How to gain access to a ServletContext instance from any method? that if I …

java jsf web-applications jsf-1.2 servlet-listeners
@EJB annotation vs JNDI lookup

Is there any situation where it's better to use JNDI than to inject a stateless session bean using the @EJB …

jakarta-ee dependency-injection ejb ejb-3.0 jsf-1.2
Cannot convert 4/23/12 12:00 AM of type class java.util.Date to class java.sql.Date

I'm migrating my project from WebSphere 7 to WebSphere 8 and I'm using JSF 1.2. I was facing a problem with IBM JSF/…

jsf migration jsf-1.2 websphere-7 websphere-8