--- [EMAIL PROTECTED] wrote: > The jsp is loaded correctly and works fine so far. > After I submitted the form (the jsp doesn't crash > while submitting), I can see in the debug log, that > the changed data is transfered - but I can't see it > in the session test. > > Now the question: > How can I address the changed data in the > ActionForm-class? Reloading the sessionobject test > doesn't work - I just can see the old data again.
All you've done is submitted a form--if you want to change session data then in the action you're submitting to you need to set the session data with the new data from the form. d. ____________________________________________________________________________________ Got a little couch potato? Check out fun summer activities for kids. http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]