RE: collections in forms((correction in Form code to make it work))

2002-12-10 Thread shirishchandra . sakhare
Employee()); } return (Employee)beanList.get(index); } } -Original Message- From: drew.zimber [mailto:[EMAIL PROTECTED]] Sent: Friday, December 06, 2002 5:36 PM To: drew.zimber; Sakhare, Shirishchandra; drew.zimber Subject: RE: collections in forms hi, Thank you for the explan

RE: collections in forms

2002-12-05 Thread Drew Zimber
] Subject: RE: collections in forms Hi, If u are displaying the screen as text fields(using html:text tag),what ever u show on screen will be retained as all the data gets resubmitted back and struts repopulates teh form again with the data. But if u are showing a read only data on screen using

RE: collections in forms

2002-12-05 Thread shirishchandra . sakhare
Hi, If u are displaying the screen as text fields(using html:text tag),what ever u show on screen will be retained as all the data gets resubmitted back and struts repopulates teh form again with the data. But if u are showing a read only data on screen using bean:write tag,then the data will nt