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
1
vote
0 answers

JSF1054: RESTORE_VIEW 1 Exception thrown after Session timeout and redirect

I have a question regarding my Seam 2.2.2 Web App using JSF 1.2 / Richfaces 3.3.3 To handle session timeout I am using the following in my pages.xml...
DaveB
  • 2,953
  • 7
  • 38
  • 60
1
vote
1 answer

Multiple faces-config.xml

My scenario is this: I have a template with some base code for my application. This template has some custom renderers and some beans in the faces-config.xml file. Then I have my application that inherits the base code from the template and this…
Fredrik Norling
  • 3,461
  • 17
  • 21
1
vote
1 answer

Submit rich:datatable with column of h:selectOneRadio

For the past 3 days I have been trying to get the following to work. I have a datatable which gets data from a backing bean and shows a column with 3 radio buttons. The page renders as expected and the radio buttons get the correct value. Submitting…
1
vote
0 answers

rich:pickList not working as expected when using "display:none" (richfaces 3.3.3)

I am using RichFaces 3.3.3 with jsf 1.2 and I have discovered that if I have a rich:pickList within a div with style="display:none" and show it only when some conditions are fulfilled it is not working correctly. It disables the 'copy' & 'remove'…
maria_k
  • 457
  • 1
  • 5
  • 13
1
vote
2 answers

Issues with attaching on click function through Jquery

I have some disabled check boxes when the screen loads and change of one of the textbox the check box get automatically checked and i want the checkbox value to be submitted to my backing bean during form submit so i attached an onclick function to…
JSF
  • 57
  • 5
1
vote
1 answer

rich:autocomplete not working

We are upgrading from jsf 1.2 to jsf 2. We are using apache myfaces 2.1 and rich faces 4.3. Below is the xhtml code prior to migration :
Atul
  • 1,560
  • 5
  • 30
  • 75
1
vote
2 answers

Passing parameter to a4j:ajax

We are upgrading from jsf 1.2 to jsf 2. We are using apache myfaces 2.1 and rich faces 4.3. Below is the xhtml code : Prior to Migration :
Atul
  • 1,560
  • 5
  • 30
  • 75
1
vote
0 answers

Show Custom messages below or next field

Presently I am showing error messages at top location. But I want to show at place where i want i.e. near field. means error message for user name must be near to it. When i am placing that tag there than it is showing null resource error.
OPTIMUS
  • 672
  • 4
  • 14
  • 29
1
vote
0 answers

cannot call getWriter() after getOutputStream() weblogic error

I have a web project Using maven and JSF 1.2 and JDK 1.5 and have Jsp page Celsius to Fahrenheit Convertor
abdelhady
  • 560
  • 5
  • 10
  • 23
1
vote
0 answers

Encoding issue in JSF and Java

In JSF 1.2 app, when users copy/paste something from a Word doc (Windows-1252 encoded), into an input area in our JSF app (UTF-8 encoded by default) while browser encoding is whatever encoding the end-user is using (defaults to what OS they are…
Jremy
  • 73
  • 1
  • 1
  • 8
1
vote
1 answer

Vertical scroll bar is not visible when i moved horizant scroll bar extreme left

I am using JSF with richfaces 3.2 but i am facing problem with scrollbar in extended table when i moved horizontal scroll bar extreme left then Vertical scroll bar is not visible . When i move horizontal scroll bar towards middle/extreme right…
user2693404
  • 307
  • 1
  • 3
  • 9
1
vote
1 answer

overriding a session-scoped Managed Bean with a subclass

In a JSF 1.2 application, can I override a session-scoped Managed Bean returned with a subclass? Class structure I have a session-scoped Managed Bean, MainViewMB, and its subclass, RestrictedViewMB: faces-config.xml
Danilo Piazzalunga
  • 7,590
  • 5
  • 49
  • 75
1
vote
0 answers

Submit datatable details without using ViewScoped/KeepAlive in JSF

I am working on JSF 1.2 and RichFaces 3.3.1 GA. I have one page which displays 100 rows in a rich:dataTable and the user will edit rows and submit the page. I'm keeping the bean in a request scope, because there is no Ajax functionality required (so…
1
vote
1 answer

How to aggregate JSF 1.2 applications into Liferay Portlet

Currently I have a JSF 1.2 project, and I want to use it in Liferay portlet. Since it is a big project, it is impossible to upgrade to JSF 2.x within a short time. From…
NARU
  • 2,769
  • 5
  • 23
  • 28
1
vote
1 answer

Migrate JSF 1.2 Seam app to WildFly Beta 1

A Seam war app (jsf 1.2) that previously was migrated to JBoss 7.1 and worked fine and now is required to be migrated to Wildfly beta1. Wildfly has not support of jsf 1.2 by default so this instruction was followed to enable…
Tvori
  • 298
  • 8
  • 19