facebook

Cannot iterate a list of objects within a select box

  1. MyEclipse IDE
  2.  > 
  3. Off Topic
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #245492 Reply

    Ollie
    Member

    Hi there,
    I want to iterate over my grouplist and give out the name of each group in a select box.
    For this purpose I do the following. The list is actually filled with objects of type “GroupActionForm”. I know it is filled because I have already given its properties out using a layout:collection tag. However, I get the follwing warning:

    “Cannot find bean under name groupList”

    Here is the code I use:

    <html:select name=”GroupActionForm” property=”groupList”>
    <html:options collection=”groupList” property=”username”
    labelProperty=”username”/>
    </html:select>

    Thanks for any help

    #245523 Reply

    Riyad Kalla
    Member

    Moving to OT > Soft Dev

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Cannot iterate a list of objects within a select box

You must be logged in to post in the forum log in