Hello again,

Thank you for your quick response, well perhaps it should update the 
collection (actually the values of the beans contained within the 
collection), but i doubt that it would be really as simple as that.

As per my observation the collection is not being updated, I've already 
confirmed this in my action class.

Regards,
Muhammad Momin Rashid.

"Richard Yee" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Muhammad,
> The JSP is evaluated on the server and then sent to the browser. When you 
> change a value on the web page, you submit the form to an Action class 
> which then takes the form properties and should update your collection and 
> then persist it or put it in request or session scope. You can then 
> forward to another JSP to re-display the updated collection.
>
> -Richard
>
> At 11:44 PM 8/24/2004, you wrote:
>>Hello,
>>
>>I have a collection of a perticular type of bean.  I am displaying the
>>values of fields in each bean (bean values are of type strings, boolean
>>etc.) inside a logic:iterate.  The problem is when I change any value in 
>>the
>>webpage, the bean in the collection does not get updated.  Can anyone 
>>guide
>>me how to accomplish this?
>>
>>Thanks for your time and effort
>>
>>Regards,
>>Muhammad Momin Rashid.
>>
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>For additional commands, e-mail: [EMAIL PROTECTED] 




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

Reply via email to