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.
In 1st JSP page I have a form with multi-select box. After user choses the values, I want to display them in a table in 2nd JSP page, but i see only the vector's name. Means, when displaying sids[i], I get only the name "sids" in the table.
In 1st JSP page I have:
User presses "Link" button so the next JSP page is displayed.