Friday, March 13, 2009

How can I get to view any compilation/parsing errors at the client while

Question :How can I get to view any compilation/parsing errors at the client while
developing JSP pages? (JSP)

Answer :With JSWDK 1.0, set the following servlet initialization property within the
\WEB-INF\servlets.properties file for your application:
jsp.initparams=sendErrToClient=true
This will cause any compilation/parsing errors to be sent as part of the
response to the client.

No comments: