Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. @Entity
  2. public class Questionarie {
  3.  
  4. @ManyToOne(optional=true)
  5. private OptionGroup optionGroup;
  6.  
  7. <field:select field="optionGroup" id="c_com_simplemed_npc_domain_Questionarie_optionGroup" itemValue="id" items="${optiongroups}" path="/optiongroups" z="oC8yt64jJ8W3Blyj4gQxDWOOGR8="/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement