DynaActionForm equivalent to instanceOf

2002-03-24 Thread Anthony Martin
I'm doing a proof of concept with Struts 1.1-b1, and I'm trying to figure out the equivalent of doing an instanceOf on a DynaActionForm. I have a few DynaActionForms defined in my struts-config.xml, such as: form-bean name=passwordChangeForm dynamic=true

RE: Multiple DataSource

2002-03-08 Thread Anthony Martin
. -Original Message- From: Martin Cooper [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 8:17 PM To: Struts Developers List Subject: Re: Multiple DataSource - Original Message - From: Anthony Martin [EMAIL PROTECTED] To: 'Struts Developers List' [EMAIL PROTECTED] Sent: Wednesday

RE: Multiple DataSource

2002-03-06 Thread Anthony Martin
went as far as fixing it for my build anyway. Anthony -Original Message- From: Anthony Martin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 11:15 AM To: Struts Developer's List (E-mail) Subject: Multiple DataSource As mentioned in bugzilla #6060, *part* of the reason

Exception creating bean ...

2002-03-06 Thread Anthony Martin
This one is a little hard to describe due to how it manifests. I'd appreciate any suggestions. From time to time when we start our server, we get a JspException that doesn't go away until we restart the server. So it comes and goes *without* making changes to code or configuration files, and

RE: Multiple DataSource

2002-03-06 Thread Anthony Martin
Subject: Re: Multiple DataSource - Original Message - From: Anthony Martin [EMAIL PROTECTED] To: 'Struts Developers List' [EMAIL PROTECTED] Sent: Wednesday, March 06, 2002 10:36 AM Subject: RE: Multiple DataSource The bottom line here is that having multiple data sources and using

Multiple DataSource

2002-02-27 Thread Anthony Martin
As mentioned in bugzilla #6060, *part* of the reason multiple data-sources doesn't work is DataSourceConfig.addProperty() adds the KEY to the properties, when it should just assign it's member. Here's a diff on the version in CVS for Feb 27th of what I mean: Index:

RE: DO NOT REPLY [Bug 6060] New: - Only Single Data Source is initialized

2002-01-29 Thread Anthony Martin
One thing I noticed is that the DataSourceConfig has two keys. Here's what happens when I call the toString() method on the only DataSourceConfig processed in the ActionServlet: DataSourceConfig[key=org.apache.struts.action.DATA_SOURCE,type=org.apache.st

Re: cvs commit: jakarta-struts/src/share/org/apache/struts/config ConfigRuleSet.java

2002-01-25 Thread Anthony Martin
How can data-source properties be deprecated in 1.0? I didn't see any indication of that in either the examples or documentation or source code for that matter. I know these documentation is hard to maintain, so what do I do? Here's my guess: data-source set-property property=key

RE: cvs commit: jakarta-struts/src/share/org/apache/struts/config ConfigRuleSet.java

2002-01-25 Thread Anthony Martin
-struts/src/share/org/apache/struts/config ConfigRuleSet.java On Wed, 23 Jan 2002, Anthony Martin wrote: Date: Wed, 23 Jan 2002 14:01:41 -0800 From: Anthony Martin [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: Re: cvs

RE: cvs commit: jakarta-struts/src/share/org/apache/struts/config ConfigRuleSet.java

2002-01-25 Thread Anthony Martin
, January 25, 2002 12:11 PM To: Struts Developers List Subject: RE: cvs commit: jakarta-struts/src/share/org/apache/struts/config ConfigRuleSet.java On Fri, 25 Jan 2002, Anthony Martin wrote: Date: Fri, 25 Jan 2002 11:59:43 -0800 From: Anthony Martin [EMAIL PROTECTED] Reply-To: Struts

IDEA: logic:do

2001-05-10 Thread Anthony Martin
The following is a suggestion for an additional tag as well as support for it by other tags. It'd be great if there were a logic:do tag. o name - Gives an anchor name to the block. o execute - (now, called) Execute right now (and when called) or just when called (maybe this