s:checkboxlist 详解

<s:select name="b" label="请选择您想选择出版日期" labelposition="top"
list="#{'Spring2.0':'2006年10月' , 'J2EE':'2007月4月' , 'Ajax':'2007年6月'}"
listKey="key"
listValue="value"/>

 

 

<s:checkboxlist label="类别"
    name="abc" theme="zx" title="" required="true"
    list="#{ AA:'1', BB:'5','CC':'2' }" listValue="key"  listKey="value"/>

 

 

你可能感兴趣的:(Ajax,出版)