Dave you are a funny guy! Let's try this again. On 5/16/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Can someone identify the attributes of this example code, preferably in the documentation itself? http://struts.apache.org/2.x/docs/select.html <s:select name="petIds" list="petDao.pets" listKey="id" listValue="name" />
1. Where is the getPetDao() method expected to be coded? I'd like to "set" this data from my Tiles Controller. 2. Where do the properties listKey/listValue need to be coded and what is the effect of this when list is an Iterable Map? -- Scott [EMAIL PROTECTED]