Re: XMLForm: how to access to a Collection

2003-03-27 Thread ivelin
You need to stick the collection in a simple JavaBean container. public class BeanContainer { Collection get/setMyCollection(); } then xf:repeat nodeset=myCollection xf:output ref=count/ xf:output ref=name/ ... /xf:repeat -=Ivelin=- - Original Message - From: [EMAIL

RE: XMLForm: how to access to a Collection

2003-03-27 Thread Sylvain.Thevoz
. mars 2003 14:10 À: [EMAIL PROTECTED] Objet: Re: XMLForm: how to access to a Collection You need to stick the collection in a simple JavaBean container. public class BeanContainer { Collection get/setMyCollection(); } then xf:repeat nodeset=myCollection xf:output ref=count/ xf:output ref

Re: XMLForm: how to access to a Collection

2003-03-27 Thread ivelin
What is the error, exception? -=Ivelin=- - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 27, 2003 7:25 AM Subject: RE: XMLForm: how to access to a Collection Hi Ivelin, I have stick the collection into the JavaBean of the form with getter

RE: XMLForm: how to access to a Collection

2003-03-27 Thread Sylvain.Thevoz
There is nothing displayed. It seems that the view don't access to the collection. -Message d'origine- De: ivelin [mailto:[EMAIL PROTECTED] Date: jeudi, 27. mars 2003 14:30 À: [EMAIL PROTECTED] Objet: Re: XMLForm: how to access to a Collection What is the error, exception? -=Ivelin