Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4338621
By: rockymntn4

I’m a newbie (read as an Oracle forms developer trying to survive with Java),
so your patience is appreciated. I'm really close, I think, to getting a 
dropdown
working, but seem to be missing something.  I'm using displaytag after 
implementing
a controller in Spring.

The results on my jsp, reflected below, in column titled "attempt1.." reflect
all of the rows I'd like to appear in my dropdown.  However, in the column 
titled
"attempt2.." I get empty dropdowns for each row of data.

       <display-el:column sortable="false" title="attempt2:New Major" >
            <display-el:table name="lst" id="row2" > 
              <display-el:column title=" ">
               <select >
                 <option value="code" label="abbreviation"/>
                </select>
            </display-el:column>
            </display-el:table>
       </display-el:column>
      
       <display-el:column sortable="false" title="attempt1:New Major">
            <display-el:table name="lst" id="row1">
              <display-el:column title="" property="abbreviation" />
            </display-el:table>
       </display-el:column>

Any response is greatly appreciated.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249318

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to