FileDocCategorySizeDatePackage
CheckboxList.javaAPI DocExample2021Mon Jul 23 13:26:36 BST 2007org.apache.struts2.components

CheckboxList

public class CheckboxList extends ListUIBean
Creates a series of checkboxes from a list. Setup is like <s:select /> or <s:radio />, but creates checkbox tags.

Examples


<s:checkboxlist name="foo" list="bar"/>

Fields Summary
public static final String
TEMPLATE
Constructors Summary
public CheckboxList(com.opensymphony.xwork2.util.ValueStack stack, HttpServletRequest request, HttpServletResponse response)


           
        super(stack, request, response);
    
Methods Summary
protected java.lang.StringgetDefaultTemplate()

        return TEMPLATE;