<% int vol = (Integer)request.getAttribute("cardtype") ; %>

<input type="radio" value="5" id="5"  <%= vol==5?"Checked":"" %> name="appendAmount3" >

<input type="radio" value="10" id="10" <%= vol==10?"Checked":"" %> name="appendAmount3">

04-28 07:42