On 27.06.2004 01:03, ayana joseph wrote:
Hi all, I am trying to access the selection list value in woody form,in a repeater widget, from flowscript.My code for the above is :- widvalue = form.getWidget("name"); However the widvalue returned is null. Please correct me where am i wrong.
Ayana.
This can not work as you would not know for which row you want to have the value of name. So the widget must be null. What you need to do is to get the repeater widget, select the appropriate row and there access the 'name' widget's value.
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
