I'm trying to create check box list which appears in select tag. I've searched many article, I didn't get the proper output for that. Please help me out to solve this issue.
 <s:checkboxlist list = "%{cityList}" 
                 name = "cityNo" 
                   id = "cityNo" 
             cssClass = "margin-right margin-top required-field" 
             cssStyle = "width: 114px;height:30px"
            headerKey = "0" 
          headerValue = "City"   
              listKey = "id" 
            listValue = "cityName" 
              onfocus = "getcitywithCountry(false);" />