Other than the missing end-label tag in your example - did you think to just hard-code an option either above or below the inline directive but within the select element - e.g.:[html][/html]
Thanks for response. I tried bellow code<select required="t"> <inline command="Datasource:executeComponent:TS_Reviewers"/> <option>MyCMSGroup</option></select>Both way above or bellow the inline, but didn't reflected in the list.
That might be the right choice is you were working directly in HTML - but for a DCT it should be:[html][/html]Try that and see if it works any better.
I suggest you fix your code to look for both users and groups (probably through exception handling)
...But how should i pass the group name to the ccmail_header.tpl...From which dcr the ccmail_header.tpl reading the value? How to pass the groupname to this .tpl ?