Re: How to convert a list of object to XML

2007-07-03 Thread Matthias Fischer
Hi, >From reading the javadoc in the org.apache.struts2.views.xslt package, I believe yet another option would be to create a custom AdapterNode class for your Book object and register it with the XSLT AdapterFactory. If I read it correctly, Struts2 would use your BookAdapterNode class to rend

RE: How to convert a list of object to XML

2007-06-29 Thread John Krueger
may give you the xml that you are looking for. -- John > -Original Message- > From: Jorge Martín Cuervo [mailto:[EMAIL PROTECTED] > Sent: Friday, June 29, 2007 3:31 AM > To: Struts Users Mailing List > Subject: Re: How to convert a list of object to XML > > y

Re: How to convert a list of object to XML

2007-06-29 Thread Li
escribió: > Utilizing Struts2 xslt result type, how to convert a list of object to XML file? > > > > Action: > > > > public class BookAction extends ActionSupport { > > private List bookList; > > > > public String list() throws Exception { > >

Re: How to convert a list of object to XML

2007-06-29 Thread Jorge Martín Cuervo
lient. best regards, Jorge. El vie, 29-06-2007 a las 14:50 +0800, chenshibing escribió: > Utilizing Struts2 xslt result type, how to convert a list of object to XML > file? > > > > Action: > > > > public class BookAction extends ActionSupport { >