I need to pass dynamic parameters for a DownLoadFile Action. I´ve seen the source of StreamResult and for example : oResponse.setContentType(conditionalParse(contentType, invocation));
in my opinion, the correct shoud be : oResponse.setContentType( (String) invocation.getStack().findValue(conditionalParse(contentLength, invocation))); to provide dynamic parameters, like inputStream param , isn´t ? Thanks Herrera -- View this message in context: http://www.nabble.com/S2---for-a-StreamResult-parameters-dynamics-tf3784148.html#a10701802 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]