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
1 answer

There are some unhandled FacesMessages, this means not every FacesMessage had a chance to be rendered

I am little frustrated on this problem - I have an small application recently migrated to Webspehere 8.5.5 and trying to save an order, expected to render a message that is not displaying. Below is snippet of code we are using for rendering the…
Nikhil Jain
  • 11
  • 1
  • 3
1
vote
1 answer

How to bind component inside rich:modalPanel

I have a problem with rich:modalPanel and rich:calendar. The code works without the modal, but when i include the components in the modal i recieve a nullpointer in the date. Working:
1
vote
0 answers

JSF 1.2 migration issue

I am facing a issue while migrating JSF 1.1.12 to 1.2. I am having a JSP page which has JSP and JSF components (A.jsp). This page is included in another JSP (B.jsp) with a custom tag. The issue is that when I migrated from JSF 1.1 to JSF 1.2 all…
user1630693
  • 201
  • 4
  • 16
1
vote
0 answers

JSF selectboolean checkbox in datatable not showing up

Firstly I would provide my configuration details: JSF - 1.2 Icefaces - 1.8 Servlet - 2.5 I am trying to put an ice:selectBooleanCheckbox in a datatable. But, I am facing an expception repeatedly: icelogin.jspx @54,59 value="#{o.checkBox}":…
srk
  • 4,857
  • 12
  • 65
  • 109
1
vote
2 answers

JSF action not triggered

I am trying to do a simple test before I dive into a large activity. But, here is where I was stuck. The test is to submit the JSF form, but the managed bean action never gets triggered.
srk
  • 4,857
  • 12
  • 65
  • 109
1
vote
2 answers

how to remove dot (list view) from h:message

I am using to display error messages. When error comes, it shows in below format. Any idea how can I remove this dot and spaces and just show the error?
1
vote
1 answer

Editable data table in primefaces with filtering

Hi I am using primefaces 4.0 and jsf 2x. In my application i have a editable datatable with filtering. whenever i filter a row and click to edit i am not getting the row value that i select. PFB my Bean class: class MyBean{ private…
JPS
  • 2,730
  • 5
  • 32
  • 54
1
vote
0 answers

Unable to save to back bean if I use rendered attribute. JSF 1.2

I'm working on a page that has a search functionality. The top of the page is for search criteria, the bottom of the page is to display search results in radio buttons. The user then selects a radio button and clicks next to save the selection. I…
Ellie
  • 11
  • 1
1
vote
0 answers

java.lang.IllegalStateException: Illegal attempt to set ViewHandler after a response has been rendered - Jsf1.2 in Weblogic 12c

My current application which runs fine on weblogic 11g and uses jsf1.2, richfaces 3.3.1, facelets 1.1.14 gives errors when I run it in Weblogic 12c. Dependencies for Richfaces, jsf and facelets:
1
vote
0 answers

getting javax.faces.application.ViewExpiredException in jsf 1.2 with richfaces

I'm working on application that runs on (Apache myFaces) jsf 1.2 with richfaces 3. When i try to run my application from triggering an navigation case in faces-config.xml. But i'm getting below problem SEVERE: View State cannot be…
syril
  • 271
  • 1
  • 5
  • 17
1
vote
1 answer

Jsf form Print preview

I have a JSF form of view *.jspx page. The form has around 20 fields. I have a print preview button, that would open a new browser window and show print preview of this form, making all the form content as read only. I have done a bit of workaround…
srk
  • 4,857
  • 12
  • 65
  • 109
1
vote
0 answers

How to clean up session stored object data after session time out in JSF

I have a scenario in JSF. Where I need to clean up the folders cleared in that session at the end of the session ? how to handle this ? Can anyone have any better solution ? Appreciate for your help. ~Shyam
BdEngineer
  • 2,929
  • 4
  • 49
  • 85
1
vote
2 answers

JSF 1.1 parameters in hidden field

My goal is to pass a string with parameters (Hello {0}) from the backing bean to JavaScript. My current approach is to put the string in a h:inputHidden and let JS read the value onLoad. Sadly f:param inside of h:inputHidden is not working as in a…
SebastianH
  • 2,172
  • 1
  • 18
  • 29
1
vote
1 answer

The deferred EL expression is not allowed since deferredSyntaxAllowedAsLiteral is false

I am trying to an application from JSF 1.2 to JSF 2.0. Basically, I am following those guides: RichFaces 3.3.3 and JSF 2.0, as my application uses RichFaces 3.3 Facelets 1.x to Facelets 2.0, since I am using Facelets as presentation…
Danilo Piazzalunga
  • 7,590
  • 5
  • 49
  • 75
1
vote
1 answer

How can I prevent p:commandButton to refresh p:tabView

my xhtml page has this format:
CHHIBI AMOR
  • 1,186
  • 2
  • 13
  • 27