Hi Dave, >>Please consider copying your code snippets into a plain-text editor before including them in an email message: we're getting a blank line between each line >>and a lot of spurious asterisks. noted :)
Yes, we are loading the list with 10 values from database and struts creating the instance per request ok. Any problem in the above approach ? Regards Yanto On Thu, Jun 18, 2009 at 7:38 PM, Dave Newton <newton.d...@yahoo.com> wrote: > Please consider copying your code snippets into a plain-text editor before > including them in an email message: we're getting a blank line between each > line and a lot of spurious asterisks. > > Yanto wrote: > >> *org.apache.jasper.JasperException: tag 'select', field 'list', name >> 'entityInternalId': The requested list key 'entities' could not be >> resolved >> as a collection/array/map/enumeration/iterator type. Example: people or >> people.{name} - [unknown location]* >> >> without validation xml and application page showing dropdown coming >> properly. >> >> <s:select id=*"entityInternalId"* >> name=*"entityInternalId"* >> list=*"entities"* >> headerKey=*""* >> headerValue=*""* >> listKey=*"internalId"* >> listValue=*"entityName"* >> /> >> >> Any one help on this ? >> > > Do you load the "entities" list? Recall that actions are instantiated > per-request. > > Dave > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > >