On 4/10/07, Christopher Schultz <[EMAIL PROTECTED]> wrote:
Huh? Are you suggesting that this will cause an NPE: String username; ... username = pageContext.getRequest().getParameter(username); ??! That's simply not true.
Sorry you are right, this code doesn't even compile leave alone generate a NPE. So the problem is that some other object is Null somewhere : String username; pageContext.getRequest().getParameter(username); --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]