-
Improvement
-
Resolution: Not A Defect
-
Major
HI!
I would like to have an option for a list of choises behind with a different value,
Like this:
<option value="415">HEAD</option>
Groovy:
return ["HEAD:415"];
Can you please implement it?
Hi tt24
You can return a Map instead of a List. The map entry keys will be the values in the HTML component. And the map entry values will be the text displayed to the user.
I think we ought to add it somewhere in the Wiki, but for some reason we haven't yet. Sorry.
Cheers
Bruno