RE: Re: using el to assign value of collection attribute in

2005-09-27 Thread Lim Hock-Chai
optionsCollection works! Thanks. -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Monday, September 26, 2005 2:35 PM To: Struts Users Mailing List Subject: Re: Re: using el to assign value of collection attribute in "The collection attribute is interpreted a

RE: Re: using el to assign value of collection attribute in

2005-09-26 Thread Lim Hock-Chai
I'm not at a place that I can try this. Do you mean to get below to work: I need to do this? -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Monday, September 26, 2005 2:35 PM If you can't get to cooperate, scroll down the page and look at . Sometimes

Re: Re: using el to assign value of collection attribute in

2005-09-26 Thread Wendy Smoak
From: "Lim Hock-Chai" <[EMAIL PROTECTED]> I get the following error when trying to use el to assign value to collection attribute in struts's html:options: javax.servlet.ServletException: Cannot find bean under name ... However, it work when I do the following: 1) save the attrColorDTOList to a

RE: Re: using el to assign value of collection attribute in

2005-09-26 Thread Lim Hock-Chai
I get the following error when trying to use el to assign value to collection attribute in struts's html:options: javax.servlet.ServletException: Cannot find bean under name [EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED] Below is what the struts html:op