Re: S2 - for a StreamResult parameters dynamics

2007-05-20 Thread Pedro Herrera
Thanks !! It works fine now ! How I know which fields are on the value stack ?? Where I found this information in the struts2 docs ? Best Regards Herrera Jeromy Evans - Blue Sky Minds wrote: > > I'm not sure if you're proposed change is an improvement or not, but in > 2.06 dynamic par

Re: S2 - for a StreamResult parameters dynamics

2007-05-19 Thread Jeromy Evans
I'm not sure if you're proposed change is an improvement or not, but in 2.06 dynamic parameters do work for contentType, contentLength, contentDisposition and the input stream name. ie. I use this: myStream ${contentType} ${contentLength} attachment; filename=${filename} where contentType

S2 - for a StreamResult parameters dynamics

2007-05-19 Thread Pedro Herrera
) 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