[Mav-user] Strange NullPointerException

2003-02-19 Thread Tim Bardzil
I am a newbie to Maverick. I wrote a simple webapp to produce a PDF from a JSP page using Docbook XML - XSL:FO (w/ XSLT) - PDF (w/ FOP). This is working fine but now I'm trying to integrate Maverick into our existing webapp. I'm pretty sure I have everything set up the same but when I try to

RE: [Mav-user] Strange NullPointerException

2003-02-19 Thread Schnitzer, Jeff
This happens when the previous step (or view) never called HttpServletResponse.getOutputStream() or getWriter(). I believe I recently checked in a patch that prints a better error message in this case. Maybe the jsp page is misnamed? I would normally expect that to cause getRequestDispatcher()

RE: [Mav-user] Updates to maverick

2003-02-19 Thread Schnitzer, Jeff
The separated param collections and the absolute config path features are checked in. Take a look. I'll get to the remaining issues soon. Jeff From: Schnitzer, Jeff [EMAIL PROTECTED] Separating the three different param collections (controller, view, transform). Allowing file:, http:,