Populate jsf dropdown list from database
790886Oct 7 2010 — edited Oct 8 2010Hi
I have a EJBClient that is able to use a remote sessionBean (deployed on WLS). When I run my EJBClient, it works fine and shows all the countries from my database.
Question is how do I use it in my jsff pages to create a drop down. Where does the EJBClient help me here...? In other words, I have a selectOneChoice of select country in my jsff pages and I want the user to click on the drop down and the list come from the database. I thought of creating a data control using my EJBCLient but obviously that is not the right way and is not working.
Please help!!!