RE: Submit Design Question

2004-05-25 Thread None None
would be, but assuming it does, that might be a better approach. From: [EMAIL PROTECTED] Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Submit Design Question Date: Tue, 25 May 2004 13:13:29 -0400 Hi, I have an application that permits

Submit Design Question

2004-05-25 Thread gdeschen
Hi, I have an application that permits a user to view and update Contact information. /app/Contact (gets data from the DB) --> posts to --> /app/ContactSubmit (updates the data after validation) I would like to ensure that the application is solid and executes smoothly (doesn't eveyone!). ;>