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
votes
2 answers

How to autosubmit a form in jsf

I am trying to autosubmit a jsf form. I have one inputhidden textbox in the form, where the field value is set from request object.Once its done, the form need to submit automatically. I have done autosubmit using javascript and also using…
Ramya
  • 1
  • 4
-1
votes
1 answer

jsf 1.2 two scopes in the same managed-bean

is it possible to have the same Bean with two different scopes in JSF 1.2?? What I mean is: beanOne files.bean.BeanOne
Natiya
  • 463
  • 2
  • 9
  • 25
-1
votes
1 answer

JSF 1.2 DataTable Bestway Remove Row

JSF 1.2 DataTable I know how to remove the row from datatable writing following code. jsp
seeker
  • 79
  • 2
  • 16
-1
votes
1 answer

How to merge header columns in jsf h:dataTable in jsf-version 1.1?

I have to merge columns of the header. And I have two rows of headers to be shown in jsf dataTable. So I used some thing of this kind in the beginning of the dataTable. This worked fine.But this is making rendered condition get ignored on the…
Chaitanya Gudala
  • 305
  • 1
  • 3
  • 22
-4
votes
1 answer

Performance issue in Websphere8.5

We migrated web application from jsf1.0 to 1.2 and deployed in Websphere 8.5. EArlier application was deployed in Websphere6.0. We are facing performance issue during SOAK testing. Got some thread hung message in sysout logs also i observe lot of…
Rag7
  • 1
  • 2
-4
votes
1 answer

Clarify Some of the JSF questions

Can we change the name of faces-config.xml file or it should be the same name ? In jsf 1.2 , default suffix is .jsp and jsf 2.0 default suffix is .xhtml? Can we have a default suffix as .jsf What is the use of the below line?
1 2 3
56
57