I am trying to display list of entities in a .jsp file, but I this error:
Unable to compile class for JSP: An error occurred at line: 28 in the jsp file: /gues
In this case "${drugtargets}" is a String, not the list you passed. I would recommend using the looping. It's way cleaner.
.... Your code here ...