Hi there. I in the midst of my first jsp application and I'd like a little advice on the scenario I'm facing. In my program I have a user say, "DAVE". I also have a large number of groups that "DAVE" can belong to. (The number of groups changes on daily.)
I have to create a page that will display all of the groups that Dave can be added to. The user can then select multiple groups they wish to add and submit it somehow. In the subsequent page, each group the user selected will then cause a new row to be inserted into the database.
Does anyone have any general (or specific) advice on what the best approach would be to do this? I'm not sure how to approach a situation where the number of groups displayed and selected can change like this.
Thanks,
CrystalVisualBOracle
I have to create a page that will display all of the groups that Dave can be added to. The user can then select multiple groups they wish to add and submit it somehow. In the subsequent page, each group the user selected will then cause a new row to be inserted into the database.
Does anyone have any general (or specific) advice on what the best approach would be to do this? I'm not sure how to approach a situation where the number of groups displayed and selected can change like this.
Thanks,
CrystalVisualBOracle