Error while trying to parse a JSP from a bean

2008-01-03 Thread Pedro Santa
Hi all! I'm getting an error while trying to parse a JSP from a bean. Here's the deal. My site has 2 frames. On the first is the web page. The second one, I want it to parse the contents of the first frame, in order to strip some elements from the source code - but for testing purposes I now

Re: Error while trying to parse a JSP from a bean

2008-01-03 Thread David Smith
myapp/index.jsp is throwing a NPE and returns a 500 error, causing the problem you see in application.jsp. You should look at why myapp/index.jsp is throwing a NPE (NullPointerException). --David Pedro Santa wrote: Hi all! I'm getting an error while trying to parse a JSP from a bean.