I'm not at a place that I can try this.  

Do you mean to get below to work:
<html:select property="color" >
  <html:options collection="${jspHelper.attrList.attrColorDTOList}" 
property="ID" labelProperty="shortDesc"/>
</html:select>

I need to do this?
<html:select property="color" >
  <html:optionsCollection name="jspHelper" property="attrList.attrColorDTOList" 
label="shortDesc" value="ID"/>
</html:select>

-----Original Message-----
From: Wendy Smoak [mailto:[EMAIL PROTECTED]
Sent: Monday, September 26, 2005 2:35 PM

<clip>
If you can't get <html:options> to cooperate, scroll down the page and look
at <html:optionsCollection>.  Sometimes it's easier to figure out what to 
use for each attribute with that one.
</clip>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to