Hi all,
I am using implicit JSP Viewables (just like bookstore sample), but i
don't know how can i reference a static resource (images, styles,
scripts) from the page.
I am trying a method that fowards to the requested resource, but
servletContext.getRequestDispatcher().forward() is failling because
the injected HttpServletRequest and Response are null. Is there a
better way to do this?
Thank you,
Julio