Hi all, Can anyone tell me how can we access the union widget from
the flowscript? I have created a definition file as follows:- <fd:form xmlns="http://apache.org/cocoon/forms/1.0#definition"
</fd:widgets> </fd:widgets> The form is getting rendered correctly by giving the
following code var wid = frmView.getWidget(); wid.lookupWidget(student’).setValue(‘firstname’) It is displaying me a text box but if I want to access the
firstname how will I access? I tried accessing wid.lookupWidget(student’).firstname
which it is telling undefined. Can any one please help me out in accessing the widget
inside a structure. Thanks an Regards, Baskar.
|
- Accessing the union type widget value baskar.ganesh
- Re: Accessing the union type widget value Jason Johnston
- RE: Accessing the union type widget value baskar.ganesh