On 11/6/2017 2:53 PM, albert kao wrote:
>      <s:radio key="selectedId" list="#some2" listKey="key"
> listValue="value"/><br/>

I see that myGoodList is List<String> and String does not have 
properties named key and value. Please try defining a class named MyGood 
which has getKey and getValue methods then define myGoodList as 
List<MyGood>.

Reply via email to