jsp 表单提交中如何在value属性中写表达式

    <input type="text" name="grop_id" value="<%=rs.getString(2)%>"><br>

value中放的是从数据库里取出的数据