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 label="Pets"
      name="petIds"
      list="petDao.pets"
      listKey="id"
      listValue="name"
      multiple="true"
      size="3"
      required="true"
/>

Is there an expectation that a getPetDao() exists somewhere?  Also, what is
listKey/listValue and what does the discussion concerning (if list is an
Iterable Map) have to do with the setup?  A select box is so common that it
eludes me how development comes to a screeching halt when you need to drop
one on a screen!


--
Scott
[EMAIL PROTECTED]

Reply via email to