Category "el"

Does any one know how to create Empty Array In JSTL (JSP Standard Tag Library)

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 .?

javax.el.PropertyNotFoundException: Property 'foo' not found on type com.example.Bean

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