I am trying to create an empty in my jstl page is it possible to create an empty array and assign some value to that array in the jstl page itself .?
I have results from Query query = session.createQuery("From Pool as p left join fetch p.poolQuestion as s"); query and I would like to display it on JSP. I