Hi, I have an action that returns a stream result type and for some reason my 
action is getting called multiple times:

<result name="attachment" type="stream">
   <param name="contentType">${attachmentContentType}</param>
   <param name="contentDisposition">filename="${attachmentFileName}"</param>
</result>

This causes some inefficiency since the action is retrieving an image from the 
database on each call.  IDeas?

I am on 2.16 and using default interceptor stack.  

Thanks

_________________________________________________________________
Hotmail® goes with you. 
http://windowslive.com/Tutorial/Hotmail/Mobile?ocid=TXT_TAGLM_WL_HM_Tutorial_Mobile1_052009

Reply via email to