Replacement for bodytag Radio component not working

Before the Struts 2 migration, we had following code in a velocity template:

#bodytag ("Radio" "name='mode'" "template='i18n-convention-radiolist.vm'" "theme='aui'" "list={'navigation', 'switcher', 'combined'}")
            #param ("i18nPrefix" "space-group.configuration.mode")
            #param ("renderWiki" $blockWikiStyleRenderer)
        #end

I think it should be replaced with this code:

#sradio ("name='mode'" "template='i18n-convention-radiolist.vm'" "theme='aui'"
            "list={'navigation', 'switcher', 'combined'}"
            "i18nPrefix='space-group.configuration.mode'"
            "renderWiki=$blockWikiStyleRenderer")

But nothing is showing up.