I forgot to mention that I am iterating over an arraylist of beans, and I
want each row in the table to associate with a single array list entry (eg a
single bean). I want the approve radio on button 1 to update the status of
the first bean in the list. 

-----Original Message-----
From: Perry Minchew [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 03, 2006 11:41 AM
To: user@struts.apache.org
Subject: Radio buttons in a iterated list

Hi all,

 

I'm trying to create a registration admin approval page, where an admin
signs in and sees all pending requests on their portal. My idea was to
display all information about the user, and then have a final column with an
approve/deny/noChange radio.

 

DN, First, Last, .., *Approve o deny o N/C

-----------------------------------------------------------------------

DN1, First1, Last1, .., *Approve o deny o N/C

DN2, First2, Last2, .., o Approve o deny * N/C

DN3, First3, Last3, .., o Approve * deny o N/C

____________________

|Submit mass approve|

 

How can I use a single form like this to associate the value of each row
with each individual record?

So far I have

<form.>

 <table.>

   <thead .>

      (Headers)

    </thead>

  <tr>

     <logic:iterate.>

        <td>..<td>.<td>

 

 

Does anyone have any suggestions on how to do this? 

 

Thanks in advance.

 

 

Perry Minchew

Systems Integrator

SPAWAR Systems Charleston

Office : (843) 218.7031

Cell : (843) 822.1555

 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to