Hello group, I am coding a MVC application and following the style found in O'Reilly JavaServer Pages book by Bergsten. In this application I have some update pages where the user can update some information, click a submit button, and should be returned to the same page with the updated information and possibly amessage at the top. I have already created an actionclass which gets the info from the database anddisplays the update page. I also have completed an action classwhich updates the database after the user clicked the submit button. What I would like happen is after the database is updated, is for this class to call the display action class, but do not know how to accomplish it. Any suggestions? Gerry Scheetz Web Application Development Global Information Technology Division TRW - S&ITG Helena, Montana, USA [EMAIL PROTECTED] (406) 594-1878 =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
