Originally posted by Junilu Lacar:
I was working on the wrong assumption. I thought the flow would be: select a company, retrieve & display list of departments for the selected company (implies that each company may have a different set of departments), select a department, retrieve & display list of employees for the company/department.
If each company has the same set of departments then that simplifies things a little. You still wouldn't need to have multiple actions/forms though and you can use a simplified variation of the code I gave.
Originally posted by David Gallardo:
It's a piece of cake! Just make your changes and commit. Eclipse and CVS will take care of the details.
For example, I created a new package in a project and moved some existing files from another package into it by dragging and dropping them. Eclipse did the necessary refactoring automatically. I also deleted an obsolete file.
When I committed the changes (on my desktop) and then updated the project on another machine (my laptop) the new structure and file deletion were reflected.
@D
[ July 22, 2003: Message edited by: David Gallardo ]
[ July 22, 2003: Message edited by: David Gallardo ]
Originally posted by Junilu Lacar:
You should be able to have any number of drop-down lists on a single form. What is the error you are getting? Please post the relevant portions of your JSP and ActionForm so we can check for any mistakes.