tags:

views:

2

answers:

0

This should be really simple, and the brail syntax drives me crazy:

${FormHelper.Select("user.AuthLevel", $FormHelper.EnumToPairs($Roles), $DictHelper.Create("value=First", "text=Second"))}

What's the brail syntax for this? I've tried loads of variations (and I realise the other FormHelper's should be enclosed in curly braces) but can't seem to get it to work.

Cheers!