Questions tagged [jsf-1.2]

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

JavaServer Faces (JSF) is a user interface (UI) framework for Java web applications.

JSF 1.2 is a specification driven by the JSR-252 expert group under the Java Community Process (JCP).JSF became part of Java EE with this 1.2 release.

Unified Expression Language (EL) a major change in this specification , deprecates the Faces EL of its predecessors.

At a fundamental level, JSF is a way to get values from the user, into the model tier for processing.

See for more information.

JSF 1.2 API Spec

Migrating from JSF 1.2 to JSF 2.0: here

846 questions
0
votes
1 answer

JSF redirect exception

When navigating from the login page of my portal to the index page, there is a situation when based on some facts the user can be redirected externally, which looks like: if (!(marketVo.getAbsoluteUrl() != null &&…
Cristian Boariu
  • 9,603
  • 14
  • 91
  • 162
0
votes
1 answer

h:inputTextarea doesn't work in rich faces

Input Textarea value is never set on the bean side. JSF 1.2 with RichaFaces 3.3.3. Have next code:
Denys S.
  • 6,358
  • 12
  • 43
  • 65
-1
votes
1 answer

Managed Bean in Request Scope keeps created

There is this strange situation I'm fighting on. I have 3 pages, les call them A, B and C. Every page has its own Managed Bean in request scope: MB1, MB2 and MB3, respectively. When I enter on A, MB1 is created. From A, I call a…
Luiggi Mendoza
  • 85,076
  • 16
  • 154
  • 332
-1
votes
1 answer

JSF 2.0 stability issues

Recently we are planning to migrate from JSF1.2 to JSF2.0.Our web application uses RF3.3 and deployed on JBoss Server. However over few months I have heard JSF2.0 is not stable and still JSF 1.2 is preferable provided you dont have any such urgency…
AngelsandDemons
  • 2,823
  • 13
  • 47
  • 70
-1
votes
1 answer

a4j:commandLink not working when inside a list

Reffering to this Question h:commandLink not working when inside a list I have the same Problem in my Application. I would like to try a ViewScoped bean, but cause using Spring 2.0 I dont have the chance to place my bean into View Scope. Any other…
Amokkx
  • 1
-1
votes
1 answer

refresh h selectonmenu in jsp panel by using javascript on load

I have a rich table panel with many panels containing a jsp file. I have one jsp file like this :
obela06
  • 307
  • 5
  • 15
-1
votes
1 answer
-1
votes
1 answer

Primefaces 1.1 and jsf1.2

Can anybody share me an example using primefaces 1.1 and jsf 1.2 , and the required jar files?
-1
votes
1 answer

How to show JSF 1.2 selectonemenu with selected values from a list

I am using jsf 1.2 selectonemenu, i have a requirement that when the page loads with the selectonemenu will load some data from database and a value will be selected in the listbox.i have done it using hardcode values.But When it is coming from DB…
storyteller
  • 65
  • 1
  • 1
  • 10
-1
votes
1 answer

Getting error on rich panel java.lang.NoSuchMethodException: org.richfaces.component.html.HtmlPanel.setReadOnly(boolean)

Getting error on rich panel java.lang.NoSuchMethodException: org.richfaces.component.html.HtmlPanel.setReadOnly(boolean) using richfaces 3.3.0 and jsf 1.2. Checked the latest version of richfaces also but the method is not found in it.
vin_shumi
  • 1
  • 1
-1
votes
2 answers

Increasing the session time in specific pages in a JSF 1.2 project

We have a specific part in our project which sometimes can take a really long time to complete its database operations. This can be worse if we use the database which can be only accessed using a VPN. I know that you can increase the overall…
Joao Victor
  • 1,111
  • 4
  • 19
  • 39
-1
votes
2 answers

Request forwarding on button click

I am new to JSF and ADF technology. I have a page index.jspx which gets loaded when the application starts. The page has a submit button.This page displays a hello message which I am setting in the managed bean DemoBean. What I want is when the…
Shantanu
  • 201
  • 2
  • 6
  • 15
-1
votes
1 answer

set default value to an outputText in jsf 1.2

How can I set a default value to my outputText so that the user doesn't have to enter it each time? I would like to set the value to "American" as a default value to nationality.
-1
votes
1 answer

JSF 1.2 application not getting deployed on websphere 8.5

I am trying to deploy JSF 1.2 application on WAS 8.5 server. But it is throwing below error on deployment. Note: In the WAS admin, Under JSF implementation use console, I have selected the "Sun Reference Implementation 1.2 " option . But still…
swapnil chorghe
  • 159
  • 1
  • 5
  • 11
-1
votes
1 answer

How to implement jsf 2.0 functionality in jsf 1.2

We need to implement JSF 2.0 functionality in JSF 1.2 1)FacesContext.getAttributes() 2)UIViewRoot.getViewRoot() Version of Jdeveloper we are using is 11.1.1.7.0. The above two should be implemented in JSF 1.2. Any ideas/suggestions are highly…
1 2 3
56
57