Re: NPE iterating over form error messages

2004-06-28 Thread Eric Schneider
Oops. Figured it out. I was putting a string literal in the ActionError constructor instead of message resource references. Sorry for the noise. Thanks, Eric On Jun 28, 2004, at 2:00 PM, Eric Schneider wrote: Hi, I'm getting a error that I'm a bit confused about. I believe I'm doing everyth

NPE iterating over form error messages

2004-06-28 Thread Eric Schneider
Hi, I'm getting a error that I'm a bit confused about. I believe I'm doing everything properly. A NullPointerException is thrown (trace pasted below) when using the tag. Here's what I've done step by step. In my form bean, I have a validate method that creates a list of ActionErrors.