Return-Path: Delivered-To: apmail-struts-commits-archive@locus.apache.org Received: (qmail 97848 invoked from network); 21 Feb 2007 00:37:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Feb 2007 00:37:38 -0000 Received: (qmail 77187 invoked by uid 500); 21 Feb 2007 00:37:45 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 76896 invoked by uid 500); 21 Feb 2007 00:37:44 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 76887 invoked by uid 99); 21 Feb 2007 00:37:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Feb 2007 16:37:44 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Feb 2007 16:37:35 -0800 Received: from eos.apache.osuosl.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 7B6E3599DA for ; Wed, 21 Feb 2007 00:37:15 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: commits@struts.apache.org Date: Wed, 21 Feb 2007 00:37:15 -0000 Message-ID: <20070221003715.6632.70313@eos.apache.osuosl.org> Subject: [Struts Wiki] Update of "StrutsQuickStart1" by MichaelJouravlev X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification. The following page has been changed by MichaelJouravlev: http://wiki.apache.org/struts/StrutsQuickStart1 ------------------------------------------------------------------------------ == Employee list with Struts + JSP == + + inline:employee_list.gif In the previous Model 2 example the name of the presentation page is hardcoded in the servlet. Would not it be nice to externalize this information? Struts framework allows to do that with {struts-config.xml} file. Instead of a servlet you will be developing a custom Action class: