-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Not A Defect
-
Component/s: active-choices-plugin
-
Labels:
-
Similar Issues:
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 Timot Tarjani
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