From: "Appel, Jeremy" <[EMAIL PROTECTED]>
<c:forEach items="${TaxCmpDef.values}" var="rows" varStatus="status">
<html:checkbox styleClass="its" indexed="true" name="rows"
property="value(selected)"/>With multiple checkboxes, you probably want <html:multibox>, not <html:checkbox>. What is the syntax with parentheses in your 'property' attribute? I've never seen that before. Most people who use JSTL will use Struts-EL with it, which gives you expressions within the Struts tags. -- Wendy Smoak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

