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

Reply via email to