I'm running into major headaches using the basicPortal approach with an app that has ProjectBeans, TaskBeans, and NoteBeans. The problem is that conflicts arise since a taskBean and projectBean both have a field called "title" and "description." It's complicated by the fact that I have a ProjectDetailBean which extends ProjectBean and has the fields in it TaskBean and NoteBean so that I can display on a page the Project with the list of tasks and notes. When I go from that page to "add a task" it ends up also changing the ProjectBean title and description to the same Task title and description. (It doesn't save it to the db, but changes the list in session scope).
I'll get to the bottom of this eventually but it's becoming a real pain:) Any pointers welcome. -- Rick _______________________________________________ MVC-Programmers mailing list [EMAIL PROTECTED] http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers