I've got a arraylist which contains all my CnCalendarListVMI objects. 
How do I get the modified ones? 
In others mails they are writeing from some indexed attribute, but this
doesn't work with my version.
So how else do I update my values?
       
<TABLE>
        <logic:iterate id="CalendarListForm" name="list"
type="com.lwplus.chainnet.vmi.data.CnCalendarListVMI">
      <tr>
        <td><bean:write    name="CalendarListForm" property="strOU_dc"
/></td>
            <td><bean:write    name="CalendarListForm" property="miCal_id"
/></td>
            <td><html:text     name="CalendarListForm" property="strCU_dc"
/></td>
            <td><html:checkbox name="CalendarListForm" property="mbChanged"
value="on"/></td>
        </tr>
      </logic:iterate>
</TABLE>



-----Urspr�ngliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Gesendet: Montag, 10. Juni 2002 15:42
An: [EMAIL PROTECTED]
Betreff: RE: receive data from form newbie question


How are you naming all of the fields on your form if you have many rows?

Pretty much in the servlet you get the ActionForm passed from the 
servlet.  Then you can access the properties submitted.



-----Original Message-----
From: mhanel [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 10, 2002 6:47 AM
To: struts-user
Subject: receive data from form newbie question


I'm using struts 1.0.2
I've a table of records, where each record is in a row.
Now the user can edit some textfields and checkboxes for all of the 
records.
When I'm pressing submit, how do I get all the data back? 
And how do I notice which data belongs to which recordset?

thanks matthias


------------------------------------------------------------------------
----
----------------
Hanel Matthias
Fachinformatiker (Anwendungsentwicklung) in Ausbildung
Logistik World GmbH     Fon:    +49-841-9014-300
Marie-Curie-Strasse 6   Fax:    +49-841-9014-302 
D- 85055 Ingolstadt     mailto:[EMAIL PROTECTED]
------------------------------------------------------------------------
----
----------------


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



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

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

Reply via email to