I solved it finally without using form tag as explained here:
http://stackoverflow.com/questions/2060839/spring-mvc-and-checkboxes
Type: Posts; User: Rossen; Keyword(s):
I solved it finally without using form tag as explained here:
http://stackoverflow.com/questions/2060839/spring-mvc-and-checkboxes
Hi,
I have a page with a drop-down list which allows a user to choose the type of music he likes. After choosing and submitting, I want to display the available cd's of this type of music from the...