<from action="XX.jsp" method=post>
<input type="radio" name="strType" >公出  
<input type="radio" name="strType" >出差  
<input type="radio" name="strType" >年休  
<input type="radio" name="strType" >换休  
<input type="radio" name="strType" >病假  
<input type="radio" name="strType" >事假  
<input type="submit" value="下一步">
</from>
请问我radiobutton中的值 能否传到xx.jsp中?
对了 在radiobutton后边有value值 1,2,3,4,5,6 这6个值分别对应6条数据