Advertisement
Guest User

Untitled

a guest
Dec 11th, 2012
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <spring:bind path="appointment.timeSlot">
  2. <input type="radio" name="${status.expression}" value="${slot.timeSlotId}" <c:if test="${slot.timeSlotId == appointment.timeSlot.timeSlotId}">checked="checked"</c:if> />
  3. </spring:bind>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement