Advertisement
jmpango

Untitled

Jan 15th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <p>
  2. <label>
  3. ${config.label}
  4. <span>(${ ui.message("emr.formValidation.messages.requiredField.label") })</span>
  5. </label>
  6. <select name="${config.formFieldName}" size="4">
  7. <option value=""></option>
  8. <option value ="90005AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA">Single</option>
  9. <option value ="90006AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA">Married</option>
  10. <option value ="90007AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA">Divorced</option>
  11. <option value ="90008AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA">Separated</option>
  12. <option value ="90009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA">Widowed</option>
  13. </select>
  14. <span class="field-error"></span>
  15. </p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement