Hi,
To loop over the document list and to populate the elements in the rows in table you can use the following code:
%loop [SIZE=2]documentList[/size]%
%endloop%
%value [SIZE=2]oid[/size]% |
%value [SIZE=2]sub[/size]% |
|
Also, to get the selected elements, you need to pass the radiobutton object(document.formName.radiobutton name) to a custom built jascript function where you can apply checked method(field.checked == true) to find out whether the radiobutton in any particular row is selected.
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services