Re: Using struts2 to return xml to the client

2009-11-06 Thread Paweł Wielgus
Hi karen, yes, the way You described it, should work without any problems. Best greetings, Paweł Wielgus. 2009/11/6 karen : > Hello, all > > > > I want to use struts2.0.14 but I’m a beginner. > > I want to return xml to the browser, If I return null in the execute method > of an action, is there

Using struts2 to return xml to the client

2009-11-05 Thread karen
Hello, all I want to use struts2.0.14 but I’m a beginner. I want to return xml to the browser, If I return null in the execute method of an action, is there any ban consequence? I need some advice. I just want it this way: In my action: public String execute() throws Exception{ Print