RE: Java Bean Scope in Action Class

2004-08-03 Thread Martin Gainty
e, 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-f1

Java Bean Scope in Action Class

2004-08-03 Thread Bussie, Andre D
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