calling NamedQuery from JSP page without scriplets
822052Oct 11 2011 — edited Oct 17 2011I've some named queries (using JPA). Is there a way to call the named query from JSP without using scriplets. Are there any JSP or JSTL tags which can be used to call a JPA named query from within the JSP.
Thank you.