RE: Struts 2 - Action writing to response output stream

2007-03-31 Thread new2you
ppreciated. > > -Nate > > -Original Message- > From: Musachy Barroso [mailto:[EMAIL PROTECTED] > Sent: Friday, March 30, 2007 10:27 AM > To: Struts Users Mailing List > Subject: Re: Struts 2 - Action writing to response output stream > > You can just write to the out

RE: Struts 2 - Action writing to response output stream

2007-03-30 Thread Sarr, Nathan
Excellent, Thanks for the help musachy - much appreciated. -Nate -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: Friday, March 30, 2007 10:27 AM To: Struts Users Mailing List Subject: Re: Struts 2 - Action writing to response output stream You can just

Re: Struts 2 - Action writing to response output stream

2007-03-30 Thread Musachy Barroso
You can just write to the outputstream, and return null from execute, and you won't need a NoOp result. I also wrote my own NoOp result when i started using S2 ;). Maybe this should be on the FAQs. musachy On 3/30/07, Sarr, Nathan <[EMAIL PROTECTED]> wrote: Hello, We are using some act