Hi Richard

>From what you describe below, we need to put it into the scope again
after action class receives the actionform? I always thought if I pass a
actionform to the JSP and it sets the actionform after user clicks
submit, the values will be updated in the scope. Weird, my application
should break in that case..I must be doing something wrong but somehow
it still works..

Sebastian Ho


On Wed, 2004-08-25 at 14:54, Richard Yee wrote:
> 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]
> 
> 


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

Reply via email to