Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 56297 invoked from network); 27 May 2007 03:44:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 May 2007 03:44:07 -0000 Received: (qmail 53900 invoked by uid 500); 27 May 2007 03:43:58 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 53872 invoked by uid 500); 27 May 2007 03:43:58 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 53860 invoked by uid 99); 27 May 2007 03:43:58 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 May 2007 20:43:58 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of anexpert@gmail.com designates 64.233.166.181 as permitted sender) Received: from [64.233.166.181] (HELO py-out-1112.google.com) (64.233.166.181) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 May 2007 20:43:52 -0700 Received: by py-out-1112.google.com with SMTP id p76so2148110pyb for ; Sat, 26 May 2007 20:43:31 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=DbG8UrxZJhutLuFkoLkohc80ijipzRnwf/NOdExTEovQS9R6ddjNbsyw2aZALlxnUKSai+3dPN9CHDesR/FUgWluVUFO/axX/jT58mc+DcsmClCpzTUP/ucNfxCfQ7hlx+cEABHFwPUBjYYUVK3j/YdERyOope7gK5P7VR4rbAI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=nUfnkML74AV2lTMaYyGNQJl1nr6ESBrnOOy4srM0QYAfdkpokpvpByrbKHn69gIHYDVoqe4+jg8HDP3PnwDhAEZY3OA7laKsKTHVt39qMoijvG9V7FPIMNsnWfyhr73zN/2Cs9tt+xowGuLGwnVl5GUE4R6yKGJCIrIc5hade64= Received: by 10.65.105.3 with SMTP id h3mr8381702qbm.1180237411543; Sat, 26 May 2007 20:43:31 -0700 (PDT) Received: by 10.64.196.16 with HTTP; Sat, 26 May 2007 20:43:31 -0700 (PDT) Message-ID: Date: Sat, 26 May 2007 23:43:31 -0400 From: yitzle Sender: anexpert@gmail.com To: user@struts.apache.org Subject: [S2] Session Beans - how to make? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: e933f0d64487913c X-Virus-Checked: Checked by ClamAV on apache.org Hi all. I'm a Struts Newbie here, so I apologize for the stupid question ;) I'm working on making a fairly large Struts project. Most data will be passed from one page/JSP to the next. The login info has to be available on the server at every action. How do I make a session bean or whatever that's seperate from the other info that the action passes and is accessable for all the actions? PS Also, how do I have one action() forward to another? Do I just set the result to be second.action? Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org