Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

PrimeFaces is a JSF component library that ships with a large set of rich components which utilizes jQuery and jQuery UI under the covers. It supports the jQuery UI ThemeRoller CSS framework. There is also a specific set of rich components for mobile devices.

learn more… | top users | synonyms

0
votes
2answers
115 views

How to add Facebook login account on website using JSF 2.0

I am trying to create a website where it has "login or register" feature. Nowadays, every website gives login with facebook/twitter or gmail account. I would also like to do the same thing. I am ...
0
votes
0answers
25 views

Accordion Primefaces won't work on IPAD need advice

I have a facebook app that uses accordion, desktop browsers and android browsers chrome the accordion is perfectly working but when i ran it on IPAD the accordion primefaces won't collapse. I need ...
0
votes
0answers
16 views

After facebook redirection , i am getting issue

I am Getting issue , when i click login on my website it goes to Facebook and checks for all permissions , and when it redirects back , it gives blank page , and One Zero( 0) , I try almost ...
0
votes
1answer
56 views

Facebook Sign up and JSF

In my netbeans 7.2 . I am using JSF Primefaces 3.5 and i am trying to add the facebook sign up in the application but i got an error saying that "The entity name must be immediately follow the '&' ...
2
votes
0answers
133 views

FB.ui() gives errors unless display: 'popup' is specified

I'm having a really frustrating problem with displaying dialogs using FB.ui() within my Facebook app. Basically I have the following function that I use to invoke the dialog window: function ...
0
votes
0answers
55 views

Iframe not render in safari

In this JSF 2.0 ViewExpiredException on Glassfish 3.1 when using iframe in Safari <--- it perfectly works on my localhost but when i deployed it in actual server it doesn't work again in my safari ...
0
votes
2answers
77 views

How to attach a listener like oncomplete to p:button

I have the following code : <h:form id="facebookForm"> <p:button value="Facebook Connect" href="#{loginPageCode.facebookUrlAuth}"> <p:ajax event="click" ...
0
votes
0answers
417 views

FaceBook registration issues in jsf application

I my jsf application sites user can register with their face book account. When i login in my facebook account at that time i have register with my application is perfectly done. But the problem is ...
2
votes
1answer
266 views

How to make onclick work between div tags?

I want to call a bean function in onclick between div tag, but as far as I know one cannot simply call nonscript function in this situation. Actually I am putting an facebook like button as: <div ...