[S2] Result Stream can't find InputStream

2008-08-21 Thread Greg Lindholm
Using Struts 2.0.11.1. I get this exception: 2008-08-21 10:50:17,859 ERROR org.apache.struts2.dispatcher.StreamResult:188 - Can not find a java.io.InputStream with the name [inputStream] in the invocation stack. Check the tag specified for this action. 2008-08-21 10:50:18,640 ERROR org.apache.

Re: [S2] Result Stream can't find InputStream

2008-08-21 Thread Greg Lindholm
Never mind getInputStream() was throwing an exception that I wasn't seeing. Works great now. Greg Lindholm wrote: > > Using Struts 2.0.11.1. > > I get this exception: > 2008-08-21 10:50:17,859 ERROR > org.apache.struts2.dispatcher.StreamResult:188 - Can not find a > java.io.InputStream wi