I have an Action subclass that will be called from an applet. I just need the Action class to serialize objects to the client using the HttpServletResponse object. So, I basically want my returned ActionForward to be ignored. How can I do this? Can I return null?
I have only used Struts to return jsp pages, previously. Thanks, MIke -- Sent via jApache.org -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

