Hello All I have a ArrayList in the form which contains a CustomObject "TheROw". I iterate thr this arraylist to display it by <logic:iterate> as follows. This row will contain many fields such as rate or amount.
<logic:iterate id="currentRow" name="theForm" property="rows" type="com.custobj.TheRow" > \\ Display all rows </logic:iterate> PROBLEM : When the form gets submitted with rate or amount changed I expect I will get ArrayList back by changed values. But No change happens in the values. Does that mean that If one uses ArrayList in the form, it can be used for the purpose of display only. If User changes some value we will not get those changed values. Pls suggest solution or tell me if I am making some mistake over here. Shashank S. Dixit Cognizant Technology Solutions Pvt. Ltd. Hinjewadi, Pune Mobile : 98904 25400 An Obstacle is something you see when you take your eyes off the goal.
This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. Any unauthorised review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly prohibited and may be unlawful. Visit us at http://www.cognizant.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

