Hi!
I have a little problem with cactus:
When I found an error I explicitly redirect it to errorpage.jsp.
This code works in the application without any problems.
If cactus test meets this condition it gives null pointer exception.
Debugging messages points to code
request.getRequestDispatcher("errorpage.jsp")
which gives null in cactus environment.
Can I do something for workaround it?
Alexander
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>