Hi! To show the record that has been edited I am making another trip to the > DB as I don't have a cache. To return back to the results the user > clicks on his button and is forwarded to the edit Action class. It is > from this action class that I want to call the search Action class > passing in the search form which is held in the session. This will then > go to the DB and return to the appropriate search jsp.
I'm not sure that I understand this correctly, but can't you just forward to the search Action class from the edit Action class? Tamas