I'm using cocoon 2.2. In CForms 1.1 the selection-list of
type flow-jxpath doesn't work.
<fd:repeater id="profiles">
<fd:widgets>
<fd:field id="profile">
<fd:label>Profile</fd:label>
<fd:datatype base="integer" />
<fd:selection-list type="flow-jxpath"
list-path="profileSL" value-path="upId" label-path="upName"
/>
</fd:field>
</fd:widgets>
</fd:repeater>
In alternative, I'm trying to use the method
"setSelectionList" on Field Object, but i can't acces to
this widget inside the repeater.
For example this code doesn't work:
form.lookupWidget("profiles").lookupWidget("profile")
I read the api, but I can't understand how to access on the
widget inside the repeater, before the creation of the
RepeaterRows.
Any suggestions?
thanks in advance
Alessandro
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]