0 Replies Latest reply on Jul 19, 2006 6:33 AM by jklanka

    EJB user registration Drop Down Boxes

    jklanka

      I am developing a J2EE based project. I have created the CMP bean call Accounts.

      The projects patern like JSP pages communicate to a Dispatching Servlet then the Servlet communicate with the Entity Beans.

      I need a Select Your country Drop Down ListBox when the New Account get register using the browser with a JSP page.

      Do I need to Create a another CMP Bean for the Country Drop Down list to pull the data with a Collection (I mean from tb_countries table).

      Are there any other way, Since there is Country List , Account Indutry List, Department List. Do I need to create seperate CMP Beans to bring this to the browser.

      PLease help on this