Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@apache.org Received: (qmail 85092 invoked from network); 10 Feb 2003 15:08:10 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 10 Feb 2003 15:08:10 -0000 Received: (qmail 23090 invoked by uid 97); 10 Feb 2003 15:09:41 -0000 Delivered-To: qmlist-jakarta-archive-struts-user@nagoya.betaversion.org Received: (qmail 23083 invoked from network); 10 Feb 2003 15:09:41 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 10 Feb 2003 15:09:41 -0000 Received: (qmail 3171 invoked by uid 500); 10 Feb 2003 14:47:26 -0000 Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 76576 invoked from network); 10 Feb 2003 13:23:26 -0000 Received: from barry.mail.mindspring.net (207.69.200.25) by daedalus.apache.org with SMTP; 10 Feb 2003 13:23:26 -0000 Received: from [192.168.167.46] (helo=wamui08.slb.atl.earthlink.net) by barry.mail.mindspring.net with esmtp (Exim 3.33 #1) id 18iDuA-00082P-00; Mon, 10 Feb 2003 08:23:26 -0500 Received: from [192.168.167.59] by EarthlinkWAM via HTTP; Mon Feb 10 08:23:26 EST 2003 Message-ID: <7892094.1044883406590.JavaMail.nobody@wamui08.slb.atl.earthlink.net> Date: Mon, 10 Feb 2003 08:23:10 -0500 (EST) From: Jason Vinson To: Struts Users Mailing List , Taylor Cowan Subject: data acquisition and control Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Earthlink Web Access Mail version 3.0 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi folks, I am having a few issues this morning determining the proper way to control the data of my current web application. From what I have read, I see that the proper place to acquire data from the system is in the Action class. This data should be put on the request (correct?) and retrieved by the proper ActionForm to populate the jsp. Maybe monday morning has my brain working slow, but I am a little mixed up on a few points here. 1. Pulling the data from the system in the Action Class actually requires you to gather data in the Action Class of the page prior to the one you want to render the information in. Doesn't this defy the separation of logic and business in the MVC design paradigm? 2. To be completely honest, I am not seeing a convenient way to gather the data off the request in the ActionForm class of my page. I feel I may be completely overlooking the obvious, but I know I need to grab the request in the ActionForm, and I can't see a convenient way to do that by studying the javadocs. can anyone clear this up for me?? Jason --------------------------------------------------------------------- To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: struts-user-help@jakarta.apache.org