Struts2 XML Handling

2008-11-29 Thread aum strut
HI All, I need to send XML data from my action. Curently in one of action i need to send JSOn data from the action and for this i am using JSON Plugin for sending JSOn data from my action to the frontend. Now i have to send XML data from my action.Do any one have any information about how can

Re: Struts2 XML Handling

2008-11-29 Thread Dave Newton
You could use the REST plugin (S2.1+), use the XSL result, build it using JSP/FreeMarker, or use the same method used by the REST plugin but create your own result type. Dave --- On Sat, 11/29/08, aum strut [EMAIL PROTECTED] wrote: From: aum strut [EMAIL PROTECTED] Subject: Struts2 XML