Roxen 5.0.432
There is a bug in the default tag which I'm not sure how to solve.
I use a multiple select.
If the a "variable" attribute is set using an array variable, the
"value" multiset (within the default tag and
internal_select_tag) is set to (< ({ "itema","itemb"}) >) which is
incorrect, because in internal_select_tag
only the values in the multiset are parsed, with no concern for an
internal array.
I think the default tag should be smart an convert the array to seperate
values in the multiset "value" variable. But I'm not sure how this is done.
(First creating a , seperated string and then using the "values"
attribute and seperator works as expected).
/Marc