Just because the formbean is in the session and the values in it will be redisplayed, it doesn't mean the action won't be executed completely, along with the DB query, unless you specifically checked that the data was in the formbean already in order to switch the query off.
I couldn't say why the data you added to the database doesn't show up. Perhaps it didn't meet the query where clause? Try updating the record that does show up, and seeing if your manual update shows up this way. I'm not quite sure what scenario you are doing. You say "go back to the form and hit refresh" - presumably you mean going back to the form with the back button after you have submitted the form once? Adam Michael Delamere wrote: >Hi, > >it works now, there�s no problem iterating through my beans. There�s just >_one_ other thing though. I added another gbEntry manually into my DB but >when refreshing the browser the new entry doesn�t show up. > >When I go back to the form and refresh, the data that I entered previously >is still there. I presume that all the data is coming from the session. >Does this mean that when I hit refresh, no db-query is repeated. Instead >the gbEntries are retrieved from the session? How can I best avoid this kind >of behaviour. > >Thanks, > >Michael > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

