users@jersey.java.net

Static references from JSP

From: Julio Faerman <jfaerman_at_gmail.com>
Date: Sat, 30 Aug 2008 20:22:16 -0300

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