Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <form:input path="options[${loop.index}].mcq"/>
  2.  
  3. private String optionsCount;
  4.  
  5. private Long questionId;
  6.  
  7. private String question;
  8.  
  9. private Set<QuestionOptionBean> options;
  10.  
  11. private Long optionId;
  12. private String mcq;
  13.  
  14. //setter getter
  15.  
  16. <form:input path="options[${loop.index}].mcq"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement