Your Dsl_member.hbm.xml file is not correctly mapped in hibernate.cfg.xml file.
use resource attribute for connect to database because in this file table is mentioned not in pogo class.
I have two rich:modelPanel s in my page.
1. When I click on Head to Head button 'Start a Head to Head Rivalry' modelPanel is open. After open I click on Esc key on keyboard it is closed well
2. But in that I have a h inputtext for entering user after enter username, I click on 'StartRivalry' button in 'Start a Head to Head Rivalry' modelPanel then 'Create a Challenge' modelpanel is open. In this I click on Esc key the modelPanle is closed againg I click on Esc key on keyboard the 'Start a Head to Head Rivalry' stay on, it is not closed.
'Start a Head to Head Rivalry' modelPanel UI
'Create a Challenge' modelPanel UI
I have a problem while closing parent modelpanel after closing the child modelPanel in richfaces.
can anybody tell me how to solve this problem.
Thanks
udaykiran.
I want to connect facebook from my project (Gameplay). My site having singin / singup details, using this I automatically create an account or signin into my Gameplay project. Here there is another option for signin i.e using facebook connect. whenever I click on facebook connect button at that time I login in facebook and using those details of facebook, I want to create an account in my Gameplay project.
I completed the task i.e how to connect facebook from Gamepaly project but I didn't know how to retrieve the facebook user account details after signin into facebook into my Gameplay project.
I am using java, jsf, hibernate technologies for this project.
Help me how to resolve this.