Re: ActionServlet init parameters [WAS] Re: cvs commit: jakarta-struts/src/share/org/apache/struts/actionActionServlet.java

2003-07-26 Thread Rob Leland
Craig R. McClanahan wrote: On Sat, 26 Jul 2003, David Graham wrote: Date: Sat, 26 Jul 2003 11:35:23 -0700 (PDT) From: David Graham [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]

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

2003-07-14 Thread Rob Leland
I wanted to pull this over to the 1_1_BRANCH but can't find what property file 'configWebXml' is defined in. Shouldn't it be in the LocalString.properties file or ActionResource.properties file ? [EMAIL PROTECTED] wrote: dgraham 2003/07/02 21:44:13 Modified:

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

2002-12-31 Thread Christopher Lenz
Cedric Dumoulin wrote: Hi Christopher, I have change again the way the pluginConfig object is passed. The implementation now uses the PropertyUtils.setProperty(...) method, and catch the exception if the property doesn't exist. Can you tell us if this work for you ? Doesn't :-( I've

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

2002-12-29 Thread Christopher Lenz
Cedric, this seems to have broken the Validator plug-in, at least when running under the J2EE reference implementation, which uses pretty strict security restrictions by default. Maybe not even the Tiles plug-in is running under that environment anymore, I have only tested the Validator

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

2002-07-24 Thread Kevin . Bedell
An alternative may be to define a namespace for the struts tags and provide others an opportunity to mix tags in the files. For example - it may be possible to have something like: --- struts:form-beans struts:form-bean name=testbean

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

2002-07-24 Thread Cedric Dumoulin
I am also in favor of using namespaces. Struts tags can use the default namespace (no prefix), and custom tags use their own namespace. Checking the Digester documentation, it appears it support namespaces, and you can associate a RuleSet to a namespace. Normally, namespaces should also

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

2002-07-24 Thread Craig R. McClanahan
On Wed, 24 Jul 2002 [EMAIL PROTECTED] wrote: Date: Wed, 24 Jul 2002 09:15:19 -0400 From: [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: RE: cvs commit: jakarta-struts/src/share/org/apache/struts/action

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

2002-07-24 Thread Craig R. McClanahan
On Wed, 24 Jul 2002, Cedric Dumoulin wrote: Date: Wed, 24 Jul 2002 15:59:37 +0200 From: Cedric Dumoulin [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: cvs commit:

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

2002-07-24 Thread Kevin . Bedell
Normally, namespaces should also work with DTD, ensuring proper validation (or did I miss something ?) As far as I can tell, the one-and-only DTD that you declare at the top of your original source document is the only one that is used for the entire thing -- and this DTD has to be

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

2002-07-23 Thread Craig R. McClanahan
On Tue, 23 Jul 2002, Martin Cooper wrote: Date: Tue, 23 Jul 2002 17:46:20 -0700 From: Martin Cooper [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: 'Struts Developers List' [EMAIL PROTECTED] Subject: RE: cvs commit:

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

2002-07-23 Thread Craig R. McClanahan
On Tue, 23 Jul 2002, Martin Cooper wrote: Date: Tue, 23 Jul 2002 22:14:06 -0700 From: Martin Cooper [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: 'Struts Developers List ' [EMAIL PROTECTED] Subject: RE: cvs commit: