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

how a4j:commandbutton determines bean

please help me to understand,
muneebShabbir
  • 2,500
  • 4
  • 29
  • 46
0
votes
1 answer

richfaces a4j:htmlCommandLink keep alive request scoped bean

I have a request scoped bean and I am using Richfaces @KeepAlive(ajaxOnly=true) to keep the bean alive between ajax requests. On my page I have some a4j:commandButton, and the backing bean is ok, is kept alive between button clicks. The problem is I…
Alina Danila
  • 1,683
  • 1
  • 24
  • 60
0
votes
1 answer

Simple List contents in JSF 1.2 will not be shown

I have a simple class (the) which contains a List whatEver; plus the appropriate getter/setter. In JSF i wan't to display this information via ice:DataTable componnet like this:
khmarbaise
  • 92,914
  • 28
  • 189
  • 235
0
votes
3 answers

How to call action method before onClick event

I got the trouble with this JSF. I like to call the action method first and then like to call the JavaScript OnClick Event.
AKZap
  • 1,181
  • 6
  • 17
  • 31
0
votes
1 answer

How to highlight tree nodes

I am displaying two trees using Rich faces 3.3.2 and JSF 1.2 and now I have a requirement to compare two trees and highlight their difference. Example: Consider two trees one on the left and other on the right... Suppose I have a node under left…
0
votes
2 answers

Error in showing a Rich Modal Panel with JSF 1.2 & rich faces

I have a problem in showing a Modal Panel with JSF 1.2 & rich faces. I have to use a jsp because of project restrictions. The a4j commandLink does submit to the server and it comes back to the browser and the browser blinks but nothing shows…
Surya Govi
  • 35
  • 1
  • 6
0
votes
1 answer

JSF 1.2 dynamically adding custom validator

If I understand the JSF lifecycle correctly, it registers the Validators during Apply Request phase. Does that mean I cannot call addValidator to the Component object handle I have inside my decode() method that gets called during Process Request…
phewataal
  • 1,107
  • 4
  • 12
  • 23
0
votes
1 answer

JSF t:dataList the getter for the value is called before the action listener method

I have a JSF (1.2) with the following:

#{name}

Jessica Cowen
  • 41
  • 1
  • 1
  • 4
0
votes
2 answers

:inputText only gives null back?(setter are not reached)

i am coding a register-form in jsf: in the *.xhtml file:
maximus
  • 11,264
  • 30
  • 93
  • 124
0
votes
2 answers

Cannot click hidden button by JavaScript

function openEditDialog(){ window.showModalDialog('/atmew/pages/asset/searchInclude/assetEdit.mew'); document.getElementById('reData').click(); alert('after rerender'); } then there is a button:
Viola
  • 47
  • 1
  • 2
  • 6
0
votes
1 answer

partial Validation for multiple submit button in jsf 1.2

i have one form with dozens of components. currently i am not able to use ajax as its showing some error. i want to validation field only for one submit button but as i have more than one submit button it gives error for others as well. whhen i use…
black_panther
  • 13
  • 2
  • 8
0
votes
1 answer

Skip validation for multilple Select one in jsf

i want to use validation on multiple component.In the form there are three h:selectOneMenu components and some h:inputText components. on change of first h:selectOneMenu i need to change content of second without validating other fields.Here i have…
black_panther
  • 13
  • 2
  • 8
0
votes
1 answer

JSF Multiple components in grid

I am trying to get the reusable group of jsf 1.2 components inside a panelgrid using Facelet tag file. @Balusc's previous answer at How to make a grid of JSF composite component? was a fabulous resource. I have a couple of followup questions: In my…
phewataal
  • 1,107
  • 4
  • 12
  • 23
0
votes
1 answer

Custom error in validation is not show in h:message

I want to show a custom message when user insert a wrong input for a Double value but when i test my application i always see the default error message. That's my custom messages.properties: `javax.faces.convert.DoubleConverter.CONVERSION=My…
Babez21584
  • 93
  • 1
  • 1
  • 6
0
votes
1 answer

rich:pickList selection buttons arrow in right-to-left language direction

I am using richfaces 3.3.2 and application is run in English and Arabic Languages. I am facing problem in tag. In right-to-left mode the master,child list switch places but the pointing arrows in selection controls do not rotate…
Viola
  • 47
  • 1
  • 2
  • 6