Problems with Struts 1.1 RC 1

2003-03-03 Thread Mervin Williams
I am receiving 2 errors with the Struts 1.1 RC 1. The errors are: (1) Error #: 300: variable Globals not found in... when compiling a line of code in my Action class that reads, DataSource dataSource = (DataSource)servlet.getServletContext().getAttribute(Globals.DATA_SOURCE _KEY); (2) At

RE: Problems with Struts 1.1 RC 1

2003-03-03 Thread p2 - apache
Have you imported Globals which is a struts class? -Original Message- From: Mervin Williams [mailto:[EMAIL PROTECTED] Sent: March 3, 2003 12:16 PM To: [EMAIL PROTECTED] Subject: Problems with Struts 1.1 RC 1 I am receiving 2 errors with the Struts 1.1 RC 1. The errors are: (1

RE: Problems with Struts 1.1 RC 1

2003-03-03 Thread Mervin Williams
1 Have you imported Globals which is a struts class? -Original Message- From: Mervin Williams [mailto:[EMAIL PROTECTED] Sent: March 3, 2003 12:16 PM To: [EMAIL PROTECTED] Subject: Problems with Struts 1.1 RC 1 I am receiving 2 errors with the Struts 1.1 RC 1. The errors are: (1

RE: Problems with Struts 1.1 RC 1

2003-03-03 Thread p2 - apache
' Subject: RE: Problems with Struts 1.1 RC 1 Thanks. Importing the org.apache.struts.* fixed problem #1. However, problem #2 is still occurring. Please help. -Original Message- From: p2 - apache [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 11:27 AM To: 'Struts Users Mailing List