Action attribute of HTML:Link tag?

2003-03-13 Thread Mervin Williams
Is the action attribute of the html:link tag available in the 1.1 RC 1? I tried using it, but encounter an exception indicating that it is invalid. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

html:link tag's action attribute?

2003-03-13 Thread Mervin Williams
Does the html:link tag's action attribute work in Struts 1.1 RC? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: html:link tag's action attribute?

2003-03-13 Thread Mervin Williams
for that tag last night. I haven't checked it in yet, but it works perfectly. -- James Mitchell Software Developer/Struts Evangelist http://struts.sourceforge.net/struts-atlanta/ - Original Message - From: Mervin Williams [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 13, 2003 3:28

RE: html:link tag's action attribute?

2003-03-13 Thread Mervin Williams
To: Struts Users Mailing List Subject: Re: html:link tag's action attribute? What kind of problems are you having? Errors? -- James Mitchell Software Developer/Struts Evangelist http://struts.sourceforge.net/struts-atlanta/ - Original Message - From: Mervin Williams [EMAIL PROTECTED

RE: html:link tag's action attribute?

2003-03-13 Thread Mervin Williams
Mitchell Software Developer/Struts Evangelist http://struts.sourceforge.net/struts-atlanta/ - Original Message - From: Mervin Williams [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, March 13, 2003 4:09 PM Subject: RE: html:link tag's action attribute

RE: html:link tag's action attribute?

2003-03-13 Thread Mervin Williams
Message - From: Mervin Williams [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, March 13, 2003 4:36 PM Subject: RE: html:link tag's action attribute? I do have the action that I specify defined in the struts.config. The exception generated indicates

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 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

FW: isEmpty() Method Not Working?

2003-03-03 Thread Mervin Williams
Every time my application encounters the ActionErrors isEmpty() message, a Servlet Exception occurs. I simply replaced the old call from errors.empty() to errors.isEmpty(). If anyone has ideas as to what's going on, please help! Here is my code: --

RE: isEmpty() Method Not Working?

2003-03-03 Thread Mervin Williams
List' Subject: RE: isEmpty() Method Not Working? Can you put a try/catch block around your if (!errors... Let's see if this is where the exception is thrown. -Original Message- From: Mervin Williams [mailto:[EMAIL PROTECTED] Sent: March 3, 2003 3:45 PM To: [EMAIL PROTECTED] Subject: FW

RE: isEmpty() Method Not Working?

2003-03-03 Thread Mervin Williams
deploy. You might want to check the version that you have deployed with to make sure. -Tim -Original Message- From: Mervin Williams [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 4:58 PM To: 'Struts Users Mailing List' Subject: RE: isEmpty() Method Not Working? I put a try/catch

Error initializing DATA_SOURCE

2003-01-08 Thread Mervin Williams
I am attempting to run the Artimus sample application but am getting the following error. Does anyone know how to resolve it? Here is the error: 13:09:47,046 ERROR [ActionServlet] Initializing application data source org.apache.struts.action.DATA_SOURCE java.lang.NoClassDefFoundError:

RE: Error initializing DATA_SOURCE

2003-01-08 Thread Mervin Williams
I verified that I do have the correct .jars and .tlds, but am still having the same problem. -Original Message- From: Robert Leland [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 1:30 PM To: Struts Users Mailing List Subject: Re: Error initializing DATA_SOURCE Mervin

RE: Error initializing DATA_SOURCE

2003-01-08 Thread Mervin Williams
However, I am using Microsoft's JDBC Driver for MS SQL Server 2000. Is this a problem? -Original Message- From: Mervin Williams [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 1:54 PM To: 'Struts Users Mailing List' Subject: RE: Error initializing DATA_SOURCE I verified

Problem running Struts-example on JBoss 3.0

2003-01-07 Thread Mervin Williams
I deployed the struts-example sample application onto the Jboss 3.0 server, but am getting errors. If anyone has the struts-example running on Jboss 3.0, please let me know how you overcame these errors. Here are the errors: 14:12:20,706 INFO [ValidatorPlugIn] Loading validation rules file

RE: Iterate tag with ResultSet Example

2003-01-06 Thread Mervin Williams
with ResultSet Example On Sat, 4 Jan 2003, Mervin Williams wrote: Date: Sat, 4 Jan 2003 19:27:48 -0600 From: Mervin Williams [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED], [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Iterate tag with ResultSet Example Can

RE: Iterate tag with ResultSet Example

2003-01-06 Thread Mervin Williams
You do mean RowSetDynaClass, not RowSetDataSource. Right? -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 1:00 PM To: Struts Users Mailing List Subject: RE: Iterate tag with ResultSet Example On Mon, 6 Jan 2003, Mervin Williams

Iterate tag with ResultSet Example

2003-01-04 Thread Mervin Williams
Can someone please provide sample code that demonstrates the use of passing a database SQL ResultSet to the logic:iterate tag? Please include the .java and .jsp code. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Iterate tag with ResultSet Example

2003-01-04 Thread Mervin Williams
Can someone please provide sample code that demonstrates the use of passing a database SQL ResultSet to the logic:iterate tag? Please include the .java and .jsp code. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Struts Java 2 Security??

2002-12-31 Thread Mervin Williams
I have a Struts application running on IBM WAS 5.0. Without Java 2 Security disabled, all works well. However, with Java 2 Security enabled, the application will not come up in the browser. I've included the contents of my was.policy file as well as the errors recorded in my SystemOut.log