>
> Hi Johnson,
> it's not possible to retrieve the LABEL of a selection list
> (if not with an horrible and difficult trick :
> widget.getSelectionList() to retrieve the selection list, the
> selectionList.generateSaxFragment to stream the XML of the
> selection list, then find the label insi
tks Simone
Because I want to use i18n.
Maybe try another method
How to use i18n in flowscript.
Best Regards
johnson
Simone Gianni 提到:
>Hi Johnson,
>it's not possible to retrieve the LABEL of a selection list (if not with
>an horrible and difficult trick : widget.getSelectionList() to retrieve
Hi Johnson,
it's not possible to retrieve the LABEL of a selection list (if not with
an horrible and difficult trick : widget.getSelectionList() to retrieve
the selection list, the selectionList.generateSaxFragment to stream the
XML of the selection list, then find the label inside it).
This is no