Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 626 invoked from network); 12 Jul 2008 13:04:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jul 2008 13:04:12 -0000 Received: (qmail 12979 invoked by uid 500); 12 Jul 2008 13:04:11 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 12946 invoked by uid 500); 12 Jul 2008 13:04:10 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 12935 invoked by uid 99); 12 Jul 2008 13:04:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jul 2008 06:04:10 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of paulus.benedictus@gmail.com designates 209.85.128.184 as permitted sender) Received: from [209.85.128.184] (HELO fk-out-0910.google.com) (209.85.128.184) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jul 2008 13:03:18 +0000 Received: by fk-out-0910.google.com with SMTP id k31so2190889fkk.11 for ; Sat, 12 Jul 2008 06:03:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:x-google-sender-auth; bh=Dokc4W3cIdO4ONfcQj6Em8b4hlDUyQEAUuWEPDcsYec=; b=M46lda6zriajkxcCFz/9qbe5BapgOTZ/fEFJyBtPdiKws921tAz8gswHIk+cRf83Q0 Xd0d0D/LE8CvYaRTC1CIXd4K0uEr6ajPmv95Q6NMzuU0jKp32nnN4og9/DdKVbTU0Ufv TwnIvndl/T/edLXQXNBvnIjtC9K8xB2gnuMT8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :x-google-sender-auth; b=H9AYDx3WBxMYANwJs8lzqVH374+2QjJmEO2wwM9I5/WSlYOB3ebcXD6HtfflNUGZUS IGQtSxn7hQZfVhH6CZTEmXsAHt2SJ/m4pjxZhlc/eit2VUXCH7DOhQewtPW/oTa68gyH Y8zNYwkx7Y9MrkHBqkpZNVpoXfEtBj7/HDt90= Received: by 10.125.90.8 with SMTP id s8mr3292490mkl.73.1215867819866; Sat, 12 Jul 2008 06:03:39 -0700 (PDT) Received: by 10.125.141.4 with HTTP; Sat, 12 Jul 2008 06:03:39 -0700 (PDT) Message-ID: Date: Sat, 12 Jul 2008 08:03:39 -0500 From: "Paul Benedict" Sender: paulus.benedictus@gmail.com To: "Struts Developers List" Subject: CodeBehind and index action? MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_17852_15621396.1215867819850" X-Google-Sender-Auth: 443448652752fb59 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_17852_15621396.1215867819850 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Does the CodeBehind plugin allow me to specify a default action for a directory? So that way I can just do /dir instead of /dir/index.action? I want the directory to load up /index.jsp which is backed by /index.action Paul ------=_Part_17852_15621396.1215867819850--