Cocoon Form setSelectionList method

2005-07-21 Thread Angelo Immediata
Hi all; i'm using cocoon 2.1.7; i need to put in a selection some values; these values are takne from a web service; i have this method that from the web service create a DOM XML: function getDoc(theBuff){ try{ var fac = javax.xml.parsers.DocumentBuilderFactory.newInstance(); var bui

Re: Cocoon Form setSelectionList method

2005-07-21 Thread Antonio Gallardo
Angelo Immediata wrote: Hi all; i'm using cocoon 2.1.7; i need to put in a selection some values; these values are takne from a web service; i have this method that from the web service create a DOM XML: function getDoc(theBuff){ try{ var fac = javax.xml.parsers.DocumentBuilderFactory.