Hi,
I think there seems a problem with select of the values from the formfield.
i use in this case (data ((sxpath '(ff)) (msg 'body/parsed-xml))) to select the value.
But by a checkboxes the field name is all the same so i get all formfields with this name.
I think in this case the values should return as a list but i get a string (e.g. a string of ids "123").
So i don't know wich values in the form i have selected, 1,2,3 or 12,3 or 1,23...
I thought i get a list as (1 2 3) but there is a String "123"
Is the returning of a String in this case correct or is there a bug or make i a mistake?
greets
Raphael
|