With the new freely named fields I’ve hit a problem using the $action-sefield widget. I.e how do I set a field named “foo bar”. The following illustrates the problem:
<$button><$action-setfield foo bar=baz/>SET</$button>
also the following does not work:
<$button><$action-setfield “foo bar”=baz/>SET</$button>
Thanks!
<:-)