Why isn't this allowed:

  <html:select name="cartItem" property="selectedVariant" indexed="true" >
     <html:options name="cartItem" collection="variantOptions"
property="value" labelProperty="label" />
  </html:select>


but this is:

  <bean:define id="theOptions" name="cartItem" property="variantOptions" />
  <html:select name="cartItem" property="selectedVariant" indexed="true" >
     <html:options collection="theOptions" property="value"
labelProperty="label" />
  </html:select>

Looks kinda clumsy.



Marcel Maré

WebToTheMax

T 31(0) 204 100 240
M 31(0) 654 354 479
E [EMAIL PROTECTED]
W http://www.webtothemax.com


Reply via email to