Re: [S2] raw XML response

2007-08-28 Thread Chris Pratt
I don't specify anything at all, here's one of my actions: (*Chris*) On 8/28/07, John Cartwright <[EMAIL PROTECTED]> wrote: > Thanks for your reply Chris. Are you specifying a result type of > "plaintext" in struts.xml or any element at all? I seem to be > running into a situation whe

Re: [S2] raw XML response

2007-08-28 Thread John Cartwright
Thanks for your reply Chris. Are you specifying a result type of "plaintext" in struts.xml or any element at all? I seem to be running into a situation where struts2 is trying to redirect me to a JSP w/ the same name as the action. Thanks again for your help! -- john Chris Pratt wrote:

Re: [S2] raw XML response

2007-08-24 Thread Chris Pratt
> I'd like to simply return some text from a Action w/o redirecting to a > page. I did this sort of thing in Struts1 by using the response's > PrintWriter and returning null from the Action's execute method. You can do it exactly the way you did in Struts 1 (or mostly anyway). If you implement Ser