When Joinfaces is planning to support JSF Primefaces 10?
PR Submitted for JoinFaces to support PF10. PF10 will be officially released at the end of Feb so expect it then.
See: https://github.com/joinfaces/joinfaces/pull/867
Related
I am porting some applications from DeltaSpike to JEE 8. I am using Apache MyFaces as JSF 2.3 implementation, and Primefaces 8.0 on top of it.
There are some beans annotated with ´#WindowScoped´ in the legacy code. How to do this with JSF 2.3?
Many thanks in advance!
just use DeltaSpike, there is no "JSF native" alternative yet. It will likely be available in Faces 4.0: https://github.com/eclipse-ee4j/faces-api/issues/1509
is it possible to use JSF 2.1/Icefaces 3.3.0 implementation with Websphere 9?
In that case, have you any guide/tutorial that can help me?
Thank you in advance!
Although WebSphere 9 provides an EE7 runtime (that is JSF 2.2), JSF 2.1 and ICEfaces 3.3.0 should work. You need to follow IBM's instructions [1] for using a "third-party JSF implementation": provide the JSF 2.1 implementation and its dependencies, as well as ICEfaces, in an isolated shared library. The caveat with this approach is that WebSphere does not support CDI+JSF integration for this scenario.
[1] https://www.ibm.com/support/knowledgecenter/en/SSAW57_9.0.5/com.ibm.websphere.nd.multiplatform.doc/ae/tweb_jsf22.html
I have a web mobile application running on JBoss 7.1.1 AS, Mojarra JSF 2.1, Primefaces 3.5 and Primefaces Mobile 0.9.4.
Primefaces 4 was released for community. I updated it and the application crashed when using p:dataList.
Anyone knows if primefaces 4 supports primefaces mobile 0.9.4?
Thanks.
It's not supported. Have a look at this blog (http://blog.primefaces.org/?p=2894) and scroll to the comment by srbala. Not sure when mobile 1 is coming out. I'm waiting for it.
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.
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