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

css file version with jsf 1.2

In reference to the question css file with version appending, is there any way to use JSF builtin resource library versioning in JSF 1.2? The tags and are not available in JSF 1.2.
mbulau
  • 359
  • 1
  • 7
  • 19
0
votes
1 answer

How to rerender component inside modalpanel?

Is it possible? if yes, how do i do it? I need to rerender a after an action is executed, both components are inside a modalpanel and that modalpanel is inside a I tried:
user1415683
0
votes
1 answer

How to configure custom error page in a JSF portlet

I have a JSF Portlet in a Portal page. I need to display a error page whenever an exception is thrown by any of the page bean methods. How can I do that? I tried the below configuration in web.xml and it works for a servlet but not for a…
Nithin Satheesan
  • 1,546
  • 3
  • 17
  • 30
0
votes
1 answer

Can't use captcha from tomahawk library

I'm trying to use the captcha component from tomahawk, . Everytime the page loads, the following error appears: com.sun.facelets.tag.TagException: /tiles/competitionSite.xhtml @112,46 Tag Library supports namespace: …
yves.beutler
  • 972
  • 1
  • 14
  • 32
0
votes
1 answer

h:commandLink behaviour in jsf 1.2

I have 2 commandLink in my page. A user has to fill in the details in the input text box (I have used h:inputText for this and all fields are mandatory), and click on "Submit". If a user dont wish to fill in any of these fields there is a link…
Vikas V
  • 3,176
  • 2
  • 37
  • 60
0
votes
1 answer

How to read bean value within Renderer

I am writing a custom jsf Renderer for checkboxes and radio buttons to render without TABLE element. My question is if I have a select box like below
Nithin Satheesan
  • 1,546
  • 3
  • 17
  • 30
0
votes
1 answer

Performance issue - LRUMap() in AjaxStateHolder in JSF?

I am using SUN JSF1.2 and Richfaces 3.3.1 in our application. As apart of performance tuning added the below parameters in the web.xml com.sun.faces.numberOfViewsInSession
Hariharbalaji
  • 2,498
  • 8
  • 36
  • 51
0
votes
0 answers

UnManagedBean setter not called

I have run in to wierd issue where the setter of a property within my managedbean is not called. I have 4 javabeans and out of which two are managed bean and two are POJO ManagedbeanA has instance of ManagedbeanB which has a instance of PojoA…
JSF
  • 57
  • 5
0
votes
1 answer

Is it possible to catch ViewExpriedException in PhaseListener?

For logging purposes, I am interested in detecting when a session timeout occurs in my JSF application. I have implemented a PhaseListener that checks if users are logged in and have their session already active. My implementation of afterPhase…
jmrodrigg
  • 600
  • 6
  • 24
0
votes
0 answers

EJB is null in managed bean from additional faces-config

Can anybody tell me why when i declare a managed bean in some additional faces-config, EJB in this bean is not initialized, i.e. it's null without any errors, just null? web.xml has following lines:
mykola
  • 1,736
  • 5
  • 25
  • 37
0
votes
1 answer

JSF 1.2 : Redirecting to a different portlet from phaselistener

Am using JSF 1.2 In phaselistener of one portlet, if some condition matches, I want to redirect to a different portlet altogether. I have the below code in beforePhase method ExternalContext externalContext =…
Vikas V
  • 3,176
  • 2
  • 37
  • 60
0
votes
2 answers

Jasper Report html output Image shows cached image in IE and Firefox but works all fine in Chrome

I have produced a jasper report in my application (JSF1.2,RichFaces 3.3.3,Portlet bridge), but I am facing a problem. The image produced by jasper is not changing dynamically even by rerendering its area. After a lot of discussions and analysis I…
Ch Faizan Mustansar
  • 354
  • 3
  • 6
  • 18
0
votes
1 answer

JSPG0005E: tld file could not be found for uri[http://myfaces.apache.org/tomahawk] prefix [x]

i m using jsf 1.2 and rich faces 3.3.2. While tying to deploy my application on websphere 7 server , i recieved following error JSPG0227E: Exception caught while translating /pages/summary/summary.jsp: /pages/summary/summary.jsp(0,1) -->…
learner
  • 757
  • 2
  • 14
  • 35
0
votes
1 answer

JSF 1 nests a new page into my main xhtml

I have a question about JSF 1.2 + Richfaces 3.3. I have a web app which has some navigation rules and some ajax functions. In some point, I want the application make to open a new tab in the browser and show an xhtml page, after doing an action in…
Aritz
  • 30,971
  • 16
  • 136
  • 217
0
votes
2 answers

richfaces a4j:support event unexpected calling backend methods

I work on a JSF 1.2 application with Richfaces 3.3. I have a popup which contains a rich:extendedDataTable. When I click a row in a table I want to enable or disable a button, and I use a4j:support event="onRowClick". Here is some code:
Alina Danila
  • 1,683
  • 1
  • 24
  • 60