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

Using a dataTable to manage a dynamic number of Strings

I've become stuck on this one:
mabi
  • 5,279
  • 2
  • 43
  • 78
0
votes
1 answer

panelAccordion inside panelTabbed does not expand

I have a problem using accordionPanel inside one of tabs, I can't expand accordion item to show its content. Works nicely outside tabbedPanel. Can anybody help? I suppose it might be something with nested showDetailItems, but even when every…
TrueCurry
  • 205
  • 3
  • 12
0
votes
1 answer

Apache tomhawk tag not working

I am trying to upload a file using Apache tomhawk with JSF 2.0, but when I try to navigate to the corresponding view I am getting the following error: javax.faces.view.facelets.TagAttributeException: /jsf/importReport.xhtml @30,51…
Abhay Chadha
  • 65
  • 1
  • 4
0
votes
2 answers

JSF rich tree + AJAX

I have a rich tree and it contains few nodes. I have a checkbox beside each node. When I check a checkbox , checkbox pertaining to all the children needs to be checked and when I uncheck all the children have to be unchecked. I have the below code…
Punter Vicky
  • 15,954
  • 56
  • 188
  • 315
0
votes
2 answers

Inconsistent Rendering issue with Trinidad JSF

I am getting rendering error inconsistently in JSF pages. I am using Trinidad Framework. Following is the log, Please help [6/28/12 11:44:56:124 IST] 00000020 FileRepositor A ADMR0010I: Document…
Ashish Agarwal
  • 6,215
  • 12
  • 58
  • 91
0
votes
1 answer

PrettyFaces occasionally uses text/plain instead of text/html

We've been trying to troubleshoot why our application built using JSF 1.2 seems to be rendering the HTML source code instead of rendering the page as expected. We are using PrettyFaces to pretty up the URL. Mozilla Firebug shows an occasional…
Stoodius
  • 11
  • 2
0
votes
1 answer

Direct URL to a JSF bean action

Is there any way to get direct URL to a JSF bean action method? Basically I want to be able to do the following: click And this should invoke a method in a JSF bean. Is it possible? I'm using JSF 1.2.
Nithin Satheesan
  • 1,546
  • 3
  • 17
  • 30
0
votes
0 answers

richfaces modal panel with scroll scrolls the whole page

I am working with JSF 1.2 and Richfaces and I need to use a modal panel with scrollbars on it. The behaviour is like this: - if I scroll the popup using the mouse wheel, then the whole page (from behind) gets scrolled when the popup scrollbars reach…
Alina Danila
  • 1,683
  • 1
  • 24
  • 60
0
votes
2 answers

JSF Application Fails to start in Websphere Application Sever 7

I am facing problems while starting my application in the WAS Console. The application is a simple Hello World JSF servlet. I'm using Websphere Application server version 7.0.0.9. JSF 1.2 with facelets 1.1.14 When I try to start the application, I…
Nithin Satheesan
  • 1,546
  • 3
  • 17
  • 30
0
votes
1 answer

JSF How to save the current state before navigating to other page on error cases

I have a multi page application form (jsf 1.2) with next and prev buttons for navigation. These pages should adhere the below requirements. 1) User should be allowed to move back and forth on those pages even with partially filled pages. The…
0
votes
0 answers

How to get list of currently displayed rows in richfaces data table

Suppose i have 100 records and i am using pagination to display 10 items per page. If user sorts any column, displayed rows will change. How can i find which 10 rows are being displayed ? I am using richfaces 3.3.1 and JSF 1.2.
tiwari.vikash
  • 367
  • 3
  • 6
0
votes
1 answer

getting certificate error on deploying application

I built a website and then deploy it on the server. But when i open the url then i get the following error But when i click on "Continue to this website" , then i get the following message How can i get rid of both these messages. I mean when i…
Basit
  • 8,426
  • 46
  • 116
  • 196
0
votes
1 answer

Howto change style of dependent on attribute opened?

I would like to set the style of my dependent on the value of its "opened" attribute. To be more specific: if the value of opened==false I would like to hide the simpleTogglePanel on printouts (i.e. setting style to display:none). so something like…
Korgen
  • 5,191
  • 1
  • 29
  • 43
0
votes
1 answer

How to replace JSF 1.2 with JSF 2.0

I have an application, full application that made on JSF 1.2. Now we are adding module in it. Can i replace JSF 1.2 with JSF 2.0 ? Means only new module use JSF 2.0 and the remaining application become unaffected by the change? Means is JSF 2.0 is…
Basit
  • 8,426
  • 46
  • 116
  • 196
0
votes
1 answer

spacing issue in rich:comboBox

i am having an issue related to rich:ComboBox
muneebShabbir
  • 2,500
  • 4
  • 29
  • 46