There is no tutorial in AppFuse specifically dealing with setting up relationships between objects, but the CRUD tutorial in Struts 2 has an example that matches your case exactly. Have you had a look at it? http://struts.apache.org/2.0.11/docs/crud-demo-i.html
Mike On 11/23/07, Jimmy <[EMAIL PROTECTED]> wrote: > > Hi, > > There is a many-to-one relationship just as Department to employee.Thereis a > DepartmentID in the employee table in my database. > > When I create a employee,there should be a dropdown box to select the > Department.Is there any tutorial or source code of Appfuse 2 available to > show how to implement. > > > Thanks in advance. > > Best Regards, > Jimmy >
