Hi All, Sorry if i am asking a very basic question.
i need to transfer data from the user registration page to the java beans to be used for inserting values in the data base. i have created two seperate beans for this 1) for storing user address field and second is for storing user login information. i want that when user cllick on the REgister button these two Beans get filled with the respective values from the UI. i have named the corresponding fields in the beans with respect to the fields name in the UI. currently i am using struts 2.0.11 how can i fill these two beans at a same time so that my action class can use these two beans classes for the registration Logic. i have the idea of using ModelDriven Action but how can intianilised these two beans at same time any pointer in this regard will be much appriciated. Thanks in advance -aum