I need to pass a parameter (POST) to a @managedBean, I used managed properties like this: @ManagedProperty(value = \"#{param.id}\")
I\'m working with jsf2 and want to use the ajax-functionality of it. Problem: I\'ve already seen some ajax refresh things. But nothing to refresh a whole div...
I\'m working on a web project which uses JSF 2.0, PrimeFaces and PrettyFaces as main frameworks / libraries. The pages have the following (common) structure: Header, Content, Footer.
I\'ve been trying to get the above mentioned setup working for days now with minimal success.My issues appears to be with the resource handler.Ie.
I am starter in JSF2.0. I am using MyFaces. My little tutorial apps are ok, but I noticed in the logs of MyFaces the 开发者_运维知识库following:
Is there any situation that hibernate fails to close the open connection??? I\'m developing a JSF 2.0 application using Hibernate 3.2.5 and Oracle 10g express. After a fixed number of transactions, h
Im tring to upgrade existing project JSF2.I faced so many problems with combination of SUN RI and myfaces so i eliminated all SUN RI\'s from classpath now combination of facelets and myfaces is giving
What I want to do is create web pages with interactive SVG content.I had this working 开发者_运维问答as a Java desktop application using Batik to render my SVG and collect UI events like mouseclick.No
I\'m using JSF 2.0 and EJB 3.1 in the Glassfish v3 app server. And I\'m facing actually the follwing problem:
I have dynamically generated form therefore i can\'t directly take data for my jsf components. I wander if there is a way to get selectItems with 开发者_如何转开发param transferred to method?