请高手来看一看,帮一下我

在jsp页面select.jsp中有

其中 String[] selflove = {"basketball","football","music","others"}
我选择其中的三个,提交到action,用string变量接收了,然后把它存到string[]类型的loves里,

即 String[] loves = {"basketball","football","music"};然后在跳转到另一JSP页面test.jsp,
这个页面里有,按道理loves里的值应该会自动选中,但是只有第一个值被选中,请问一下,问题出在哪里了呢?谢谢!
不好意思,本人没有分数了!

http://blog.csdn.net/doitperfect/archive/2008/03/16/2189715.aspx

http://topic.csdn.net/u/20080122/23/9f965087-9338-4e51-8f01-b44de0f3eb7d.html