posted 15 years ago
I guess i should also mention i'm doing forwarding to that page. (account.jsp)
I mention this because if i do a new direct request to that same page (account.jsp), all the messages are gone. But if i call the link (doadminstuff.jsp) that causes the request processor to check for privileges and then forwards to that page and adds an error, i get all those errors. EVEN when i log out and invalidate and log back in.
I wouldn't think this is cached since the # of errors always increases.
here is the request processor code