JSF 1.2 with Primefaces 3.1 - jsf

Is it possible to use Primfaces 3.1 with JSF version 1.2?
If not which is the compatible Primfaces version for JSF 1.2.
Regards

According to this discussion they decided to drop support for JSF 1.2 since version of Primefaces 2

Related

Can I use a JSF 2.0 compatible component library in JSF 2.2

When I go to http://myfaces.apache.org/core22, I see MyFaces JSF 2.2 implementation.
But I'm not seeing Tomahawk for JSF 2.2 in http://myfaces.apache.org/tomahawk. Can I use Tomahawk for JSF 2.0 in JSF 2.2?
There are no API/spec-related (and therefore per definition also no technical) limitations for using a JSF 2.0 compatible component library in JSF 2.2.
Those limitations only exist(ed) when you want to use a JSF 1.x compatible component library in JSF 2.x, primarily because of the replacement of JSP by Facelets as default view technology (JSP tags doesn't work in Facelets).
So, you should be able to just use "Tomahawk for JSF 2.0" or any other JSF 2.0 compatible component library in JSF 2.2 (and 2.1 and 2.3).

Is OmniFaces compatible with JSF 2.2?

As the questions states, is OmniFaces compatible with JSF 2.2?
Will it have dependencies only on JSF or other Java EE dependencies as well? I.e. will it be able to run just with Tomcat + JSF?
OmniFaces 1.6 showcase application has been tested on GlassFish 4 with Mojarra 2.2.2 and Tomcat 7.0.42 with Mojarra 2.2.3. There were no problems when using OmniFaces 1.6 with Mojarra 2.2.x. Only Glassfish 4 has a problem with using the #{now} and #{startup} beans from OmniFaces, but this is not OmniFaces' fault. For any known issues you can keep track of known issues wiki.
OmniFaces 1.x has no other required dependencies than Servlet, EL and JSF, with the minimum versions 2.5, 2.1 and 2.0 respectively. Tomcat already provides Servlet and EL out the box. You only need to supply JSF yourself (which in turn has a dependency on JSTL 1.2 which is also absent on Tomcat).

How to create a dynamic dialog in JSF1?

i want to create a dynamic dialog in JSF1.1, and i was wondering what's the easiest JSF library that can help me to accomplish that.
please advise, thanks.
JSF 1.1
You can use the component rich:modalPanel from the RichFaces components library.
According to this :
4.2.6.1. Description
Since we've migrated to the JSF 1.2 standard in RichFaces 3.2.0 [...]
The RichFaces latest version to support JSF 1.1 is RichFaces 3.1.6 that you can download here.
PrimeFaces 0.X is supposed to support JSF 1.1 but can't find any download link.
JSF 1.2
In JSF 1.2 you have one more choice :
RichFaces 3.3.3 will be available here. (component rich:modalPanel)
PrimeFaces 1.1 will be available here. (component p:dialog)
Both are the latest versions of each librabries to support JSF 1.2.

How to upgrade jboss seam from 1.1 to 2.0?

We have legacy application which uses Jboss seam 1.1. Now we need to move to jboss seam 2.0 as we are moving the app from JSF 1.1 to JSF 1.2 (seam 1.1 supports JSF 1.1 and seam 2.0 supports JSF 1.2).
What are the steps required to do this migration? I looked into their docs and on the net but couldn't find anything which explains this migration.
See "Chapter 4. Migrating from Seam 1.2 to Seam 2" and "Chapter 2. Migration" in the Seam Reference Guide.

Tomahawk for JSF 2.1

Does "Tomahawk for JSF 2.0" works for JSF 2.1 / MyFaces Core 2.1 ?
If not, a new release "Tomahawk for JSF 2.1" is expected/announced anytime soon ?
If not, will there be any downside using "Tomahawk for JSF 2.0" and JSF 2.0 / MyFaces Core 2.0
I am upgrading from MyFaces 1.2.6 + Facelets 1.1.15-jsf1.2 (using lots of templates)
Thanks very much in advance.
Regards,
Kumar.
Yes, Tomahawk for JSF 2.0 will work just fine for JSF 2.1. We also use it in production.
JSF 2.1 is not a specification change, but merely a maintenance release. JSF 1.2 -> 2.0 was however a major specification change and that's why JSF 1.x targeted component libraries won't work for JSF 2.x.

Resources