Folks,
My company requires us to use the RequestDispatcher's forward method from a Servlet to a JSP. Within my JSP, I have a JSP Custom tag that works great with a sendRedirect but it seems to lose all track of where it is using the forward. It has been years since I used a forward() and now I'm reminded why.
Does anyone understand why the interaction between JSP and its custom tag breaks down under a forward()?
Under JRun4 (I know-company pick), I get this:
01/08 17:59:55 info images
01/08 17:59:55 info images
01/08 17:59:55 error Requested resource 'null' (null) not found
01/08 17:59:55 info css
01/08 17:59:55 info css
01/08 17:59:55 error Requested resource 'null' (null) not found
01/08 17:59:55 info images
01/08 17:59:55 info images
01/08 17:59:55 error Requested resource 'null' (null) not found
01/08 17:59:55 error Requested resource 'null' (null) not found
01/08 17:59:55 info images
01/08 17:59:55 info images
Thank you,
Ty