This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
when the users loging they automatically redirect to this jsp.
the problem is not that i am statically display the values of each selection.
i need to change it to get values from database and show them.
1)how to do this?
2)other this is i need to update the database for each selection made by the users.
if he select more than one selection it is very diffcult?
1) Get the values from the database (on the Java side), put them into request scope, use the JSP EL to display them.
2) No, it's not difficult (normally).