Andre-

take a look at
http://66.137.16.41:8080/expresso/expresso/doc/struts/users_guide.html
Basically a session scoped bean's contents would be accessible to all entities (jsp/servlet) within
the session..ther are some good Form Login examples there too-


Martin Gainty





From: "Bussie, Andre D" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Java Bean Scope in Action Class
Date: Tue, 03 Aug 2004 11:36:53 -0400
MIME-Version: 1.0
Received: from mail.apache.org ([209.237.227.199]) by mc11-f16.hotmail.com with Microsoft SMTPSVC(5.0.2195.6824); Tue, 3 Aug 2004 08:38:54 -0700
Received: (qmail 34774 invoked by uid 500); 3 Aug 2004 15:38:25 -0000
Received: (qmail 34758 invoked by uid 99); 3 Aug 2004 15:38:25 -0000
Received: from [192.35.35.7] (HELO mailgw3a.lmco.com) (192.35.35.7) by apache.org (qpsmtpd/0.27.1) with ESMTP; Tue, 03 Aug 2004 08:38:21 -0700
Received: from emss04g01.ems.lmco.com (relay4.ems.lmco.com [166.17.13.122])by mailgw3a.lmco.com (8.12.10/8.12.10) with ESMTP id i73FbSkg000044for <[EMAIL PROTECTED]>; Tue, 3 Aug 2004 11:38:12 -0400 (EDT)
Received: from CONVERSION-DAEMON.lmco.com by lmco.com (PMDF V6.1-1X6 #30884) id <[EMAIL PROTECTED]> for [EMAIL PROTECTED]; Tue, 03 Aug 2004 11:37:22 -0400 (EDT)
Received: from EMSS04I00.us.lmco.com ([166.17.13.135]) by lmco.com (PMDF V6.1-1X6 #30884) with ESMTP id <[EMAIL PROTECTED]> for [EMAIL PROTECTED]; Tue, 03 Aug 2004 11:37:21 -0400 (EDT)
Received: from EMSS04M19.us.lmco.com ([129.204.56.80]) by EMSS04I00.us.lmco.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 03 Aug 2004 11:37:07 -0400
X-Message-Info: JGTYoYF78jEVm8eqfxlRrGpV6HnU3MT+
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:[EMAIL PROTECTED]>
List-Subscribe: <mailto:[EMAIL PROTECTED]>
List-Help: <mailto:[EMAIL PROTECTED]>
List-Post: <mailto:[EMAIL PROTECTED]>
List-Id: "Struts Users Mailing List" <user.struts.apache.org>
Delivered-To: mailing list [EMAIL PROTECTED]
X-ASF-Spam-Status: No, hits=0.0 required=10.0tests=HTML_80_90,HTML_MESSAGE,HTML_TEXT_AFTER_BODY,HTML_TEXT_AFTER_HTML
X-Spam-Check-By: apache.org
Message-id: <[EMAIL PROTECTED]>
X-MIMEOLE: Produced By Microsoft Exchange V6.0.6556.0
Thread-Topic: Java Bean Scope in Action Class
Thread-Index: AcR5b7PXDgunXfdKSKCWA6n9xPChOw==
content-class: urn:content-classes:message
X-MS-Has-Attach: X-MS-TNEF-Correlator: X-OriginalArrivalTime: 03 Aug 2004 15:37:07.0906 (UTC) FILETIME=[BC33D220:01C4796F]
X-Virus-Checked: Checked
Return-Path: [EMAIL PROTECTED]


I want to place a bean in the session scope in my action class and then
make me bean accessible in JSP pages within the application. Is this
possible? Any examples/resources so I can implement.



Thanks is advance






_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar – get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to