Questions tagged [jsf-1.1]

JSF 1.1 is a Java specification for building component-based user interfaces for web applications.

JSF 1.1 was released in 2004 many bugs were fixed in this release , JSF 1.1 uses JavaServer Pages (JSP) as its default templating system, it's a Java specification for building component-based user interfaces for web applications.

Related tag

34 questions
0
votes
0 answers

How to configure jsf project to use richfaces components in IBM rational application developer 8.5

Mandatory Project configuration in our organization for JSF web project. IDE - IBM rational application developer V.8.5 JSF 1.1 JAVA 1.4 Web module 2.3 I referred this pdf for configuring IDE to use richfaces components but i couldn't resolved…
nagesh
  • 307
  • 2
  • 10
  • 22
0
votes
0 answers

Included JSP generates a nested form element in JSF 1.1

I have created a JSP page where we use JSF custom tags. This page includes another JSP page where we defined few more input parameters. Please find the code below Page 1:
Rengasami Ramanujam
  • 1,858
  • 4
  • 19
  • 29
0
votes
1 answer

What's the support status of old JSF versions?

What is the official support status of older JSF releases like 1.1, 1.2, 2.0? Is there some end-of-life roadmap for JSF releases? I was only able to find end-of-life roadmap for Java SE here http://www.oracle.com/technetwork/java/eol-135779.html I…
Tibor Blenessy
  • 4,254
  • 29
  • 35
-1
votes
3 answers

passing input text's value to server side on click of a button in JSF

I have a text box which takes a search value, and i want to send this string to the server side on click of a button. Not by a form submit, by an ajax call. I had added an actionListener to the input tag itself, which is called on blur. But what i…
insanity
  • 347
  • 3
  • 14
1 2
3