DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15657>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15657

NotSerializableException while trying to write byte data in ServletOutputStream from 
Action Class





------- Additional Comments From [EMAIL PROTECTED]  2002-12-30 01:05 -------
I'm not sure what, if anything, it might have to do with your problem, but your 
step 2 is incorrect. You should not be passing null to mapping.findForward(). 
In fact, you should not be calling mapping.findForward() at all in this case. 
You should simply be returning null from your action.

In other words, don't do this:

    return mapping.findForward(null);

Do this instead:

    return null;

If this fixes the problem, please close out this bug report.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to