cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java

2003-09-30 Thread rleland
rleland 2003/09/30 13:28:35 Modified:src/share/org/apache/struts/action Action.java Log: Bug# 23530 patch submitted by matthias.fraass at tricoder.net Cast method call to avoid recursively calling itself 1 Thanks ! Revision ChangesPath 1.72 +12 -12jakarta

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java ActionError.java ActionErrors.java ActionForm.java ActionFormBean.java ActionForward.java ActionMapping.java

2003-09-28 Thread rleland
rleland 2003/09/28 21:26:24 Modified:src/share/org/apache/struts/action Action.java ActionError.java ActionErrors.java ActionForm.java ActionFormBean.java ActionForward.java ActionMapping.java Log: Update Apache

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java

2003-09-09 Thread dgraham
dgraham 2003/09/09 19:28:38 Modified:src/share/org/apache/struts/action Action.java Log: Removed saveMessages() that saves messages to the session. Revision ChangesPath 1.69 +4 -31 jakarta-struts/src/share/org/apache/struts/action/Action.java Index: Action

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

2003-09-09 Thread Robert Leland
David Graham wrote: --- Robert Leland <[EMAIL PROTECTED]> wrote: David Graham wrote: --- Robert Leland <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote: David, I thought you were going to back this out ? The conversation was left with me proposing a solution and a

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

2003-09-09 Thread David Graham
--- Robert Leland <[EMAIL PROTECTED]> wrote: > David Graham wrote: > > >--- Robert Leland <[EMAIL PROTECTED]> wrote: > > > > > >>[EMAIL PROTECTED] wrote: > >> > >>David, > >> > >> I thought you were going to back this out ? > >> > >> > > > >The conversation was left with me proposing a solut

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

2003-09-09 Thread Robert Leland
David Graham wrote: --- Robert Leland <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote: David, I thought you were going to back this out ? The conversation was left with me proposing a solution and asking for Martin's thoughts on it. He hasn't responded so I haven't backed it out. S

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

2003-09-09 Thread David Graham
--- Robert Leland <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > David, > > I thought you were going to back this out ? The conversation was left with me proposing a solution and asking for Martin's thoughts on it. He hasn't responded so I haven't backed it out. Saving messages in

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

2003-09-09 Thread Robert Leland
[EMAIL PROTECTED] wrote: David, I thought you were going to back this out ? -Rob dgraham 2003/08/19 16:20:46 Modified:src/share/org/apache/struts/action Action.java Log: Added version of saveMessages() that saves them into the session instead of the request. Revision Changes

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java

2003-08-23 Thread dgraham
dgraham 2003/08/23 10:04:46 Modified:src/tiles-documentation/org/apache/struts/webapp/tiles/rssChannel RssChannelsAction.java Channels.java src/example/org/apache/struts/webapp/example SaveRegistrationAction.java LogonAction.

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

2003-08-20 Thread David Graham
--- Martin Cooper <[EMAIL PROTECTED]> wrote: > David, > > Perhaps you missed my -1 on providing a means of saving errors in > session > scope unless an *automatic* means of removing them at the appropriate > time > can also be provided. > > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21408

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

2003-08-20 Thread Martin Cooper
David, Perhaps you missed my -1 on providing a means of saving errors in session scope unless an *automatic* means of removing them at the appropriate time can also be provided. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21408 -- Martin Cooper <[EMAIL PROTECTED]> wrote in message news:[

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java

2003-08-19 Thread dgraham
dgraham 2003/08/19 16:20:46 Modified:src/share/org/apache/struts/action Action.java Log: Added version of saveMessages() that saves them into the session instead of the request. Revision ChangesPath 1.67 +33 -8 jakarta-struts/src/share/org/apache/struts/action/

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java

2003-08-02 Thread dgraham
dgraham 2003/08/02 14:12:16 Modified:src/share/org/apache/struts/validator Resources.java src/share/org/apache/struts/action Action.java Log: Replace RequestUtils calls with ModuleUtils. Revision ChangesPath 1.19 +9 -5 jakarta-struts/src/share/or

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java

2003-07-25 Thread dgraham
dgraham 2003/07/25 17:30:43 Modified:src/share/org/apache/struts/action Action.java Log: getLocale() now calls RequestUtils.getUserLocale() to prevent session creation. PR# 21250. Revision ChangesPath 1.65 +14 -22jakarta-struts/src/share/org/apache/struts/acti

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java

2003-07-04 Thread dgraham
dgraham 2003/07/04 14:27:24 Modified:src/share/org/apache/struts/action Action.java Log: Removed deprecated getResources() method. Revision ChangesPath 1.64 +4 -24 jakarta-struts/src/share/org/apache/struts/action/Action.java Index: Action.java ===

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java

2003-07-04 Thread dgraham
dgraham 2003/07/04 14:23:13 Modified:src/share/org/apache/struts/action Action.java Log: Removed deprecated perform() methods. Revision ChangesPath 1.63 +26 -82jakarta-struts/src/share/org/apache/struts/action/Action.java Index: Action.java ===

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java

2003-06-30 Thread dgraham
dgraham 2003/06/30 18:24:10 Modified:src/share/org/apache/struts/action Action.java Log: Removed deprecated constants and toHex() method. Revision ChangesPath 1.62 +5 -210jakarta-struts/src/share/org/apache/struts/action/Action.java Index: Action.java

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java

2003-03-12 Thread dgraham
dgraham 2003/03/12 17:55:10 Modified:src/share/org/apache/struts/action Action.java Log: Deprecated the rest of the Action constants in favor of Globals. Revision ChangesPath 1.57 +10 -6 jakarta-struts/src/share/org/apache/struts/action/Action.java Index: Ac

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java RequestProcessor.java

2003-02-15 Thread craigmcc
craigmcc2003/02/15 18:51:32 Modified:src/share/org/apache/struts Globals.java src/share/org/apache/struts/action Action.java RequestProcessor.java Log: Refactor the way that a cancelled request is detected so that it is not hard-wired to the r

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java

2002-12-29 Thread husted
husted 2002/12/29 14:09:40 Modified:src/share/org/apache/struts/action Action.java Log: JavaDoc update contributed by Tim O'Brien (PR #15167). Revision ChangesPath 1.54 +14 -9 jakarta-struts/src/share/org/apache/struts/action/Action.java Index: Action.java

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java

2002-10-29 Thread rleland
rleland 2002/10/29 18:30:31 Modified:src/share/org/apache/struts/action Action.java Log: use method getModuleConfig instead of getApplicationConfig to used internally to class Revision ChangesPath 1.50 +6 -6 jakarta-struts/src/share/org/apache/struts/action/Ac

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java

2002-10-26 Thread rleland
rleland 2002/10/26 22:56:59 Modified:src/share/org/apache/struts/action Action.java Log: Use errors.isEmpty() instead of errors.empty(). Revision ChangesPath 1.49 +6 -6 jakarta-struts/src/share/org/apache/struts/action/Action.java Index: Action.java =

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java ActionErrors.java ActionMappings.java ActionServlet.java ActionServletWrapper.java ExceptionHandler.java RequestProcessor.java

2002-09-21 Thread martinc
martinc 2002/09/21 22:46:52 Modified:src/share/org/apache/struts/action Action.java ActionErrors.java ActionMappings.java ActionServlet.java ActionServletWrapper.java ExceptionHandler.java RequestProcessor.java Lo

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java

2002-07-27 Thread craigmcc
craigmcc2002/07/27 17:17:27 Modified:.STATUS src/share/org/apache/struts/action Action.java Log: Add convenience accessors for application module specific DataSource and MessageResources instances, based on the "key" values specified in the and elements

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java

2002-07-23 Thread craigmcc
craigmcc2002/07/23 22:06:05 Modified:src/share/org/apache/struts/action Action.java Added: src/share/org/apache/struts Globals.java Log: Migrate global manifest constants to a new class (org.apache.struts.Globals) that has no other content, so they can be referenced withou

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java

2002-07-16 Thread craigmcc
craigmcc2002/07/16 09:52:18 Modified:src/share/org/apache/struts/action Action.java Log: Carry forward from Action.perform() to Action.execute() JavaDocs the description of what the return value should be. Revision ChangesPath 1.44 +10 -4 jakarta-struts/src/sh

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

2002-07-01 Thread James Mitchell
lanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 01, 2002 12:11 AM > To: [EMAIL PROTECTED] > Subject: cvs commit: jakarta-struts/src/

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java

2002-06-30 Thread martinc
martinc 2002/06/30 21:10:38 Modified:src/share/org/apache/struts/action Action.java Log: Fixed in 20020701 nightly build. Revision ChangesPath 1.42 +6 -6 jakarta-struts/src/share/org/apache/struts/action/Action.java Index: Action.java ===

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java

2002-06-24 Thread husted
husted 2002/06/24 09:56:31 Modified:src/share/org/apache/struts/action Action.java Log: Add @since Struts 1.1 JavaDocs. Revision ChangesPath 1.39 +13 -4 jakarta-struts/src/share/org/apache/struts/action/Action.java Index: Action.java

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java

2001-12-29 Thread craigmcc
craigmcc01/12/29 11:37:28 Modified:src/share/org/apache/struts/action Action.java Log: Update the Javadoc comments to reflect the actual reality. Revision ChangesPath 1.32 +6 -8 jakarta-struts/src/share/org/apache/struts/action/Action.java Index: Action.ja

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java ActionServlet.java

2001-12-28 Thread craigmcc
craigmcc01/12/28 16:24:47 Modified:src/share/org/apache/struts/action Action.java ActionServlet.java Log: Integrate the configuration of multiple sub-applications (using the new ApplicationConfig object and its subtree). For backwards compatibility, the

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java

2001-12-27 Thread martinc
martinc 01/12/27 23:20:00 Modified:src/share/org/apache/struts/action Action.java Log: Fixed a bug in the toHex() method which caused leading zeros to be omitted from the string representation. Note that I do not plan on incorporating this fix into Struts 1.0.1. This method

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java

2001-08-15 Thread craigmcc
craigmcc01/08/15 20:52:09 Modified:src/share/org/apache/struts/action Action.java Log: Add a variation of the existing isTokenValid() method that optinally resets the token in the same, indivisible, operation. This avoids a potential race condition that bypasses the check made

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java

2001-07-18 Thread dwinterfeldt
dwinterfeldt01/07/18 19:11:53 Modified:src/share/org/apache/struts/action Action.java Log: The key for the message resource and an ActionMessage were the same. Even though they were in different scopes and shouldn't cause a problem I changed the one for ActionMessage to something

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java

2001-07-11 Thread dwinterfeldt
dwinterfeldt01/07/11 22:12:04 Modified:src/share/org/apache/struts/action Action.java Log: Added a constant for storing a message in scope and a save method for putting ActionMessages into scope. Revision ChangesPath 1.23 +33 -4 jakarta-struts/src/share/org/apa

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java ActionForm.java ActionMapping.java ActionBase.java ActionMappingBase.java ValidatingActionForm.java

2001-05-19 Thread craigmcc
craigmcc01/05/19 21:54:42 Modified:src/share/org/apache/struts/action Action.java ActionForm.java ActionMapping.java Removed: src/share/org/apache/struts/action ActionBase.java ActionMappingBase.java ValidatingActionForm.java Log:

RE-2: cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java ActionForm.java

2001-05-11 Thread SCHACHTER,MICHAEL (HP-NewJersey,ex2)
ds to anything, or changing anything. -Original Message- From: SCHACHTER,MICHAEL (HP-NewJersey,ex2) Sent: Friday, May 11, 2001 2:08 PM To: '[EMAIL PROTECTED]' Subject: RE: cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java ActionForm.java Is this an accept

RE: cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java ActionForm.java

2001-05-11 Thread Craig R. McClanahan
Friday, May 11, 2001 1:29 PM > To: '[EMAIL PROTECTED]' > Subject: RE: cvs commit: > jakarta-struts/src/share/org/apache/struts/action Action.java > ActionForm.java > > > Hal, > > It was my understanding that since isCancelled is a protected method in

RE: cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java ActionForm.java

2001-05-11 Thread SCHACHTER,MICHAEL (HP-NewJersey,ex2)
PROTECTED]] Sent: Friday, May 11, 2001 1:24 PM To: [EMAIL PROTECTED] Subject: RE: cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java ActionForm.java Doesn't the Struts framework need to call this new method somewhere? The application code can't call the isCancelled m

RE: cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java ActionForm.java

2001-05-11 Thread Deadman, Hal
forward. Hal > -Original Message- > From: SCHACHTER,MICHAEL (HP-NewJersey,ex2) [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 11, 2001 1:29 PM > To: '[EMAIL PROTECTED]' > Subject: RE: cvs commit: > jakarta-struts/src/share/org/apache/struts/action Action.java &

RE: cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java ActionForm.java

2001-05-11 Thread SCHACHTER,MICHAEL (HP-NewJersey,ex2)
t: RE: cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java ActionForm.java Doesn't the Struts framework need to call this new method somewhere? The application code can't call the isCancelled method because the Action class code will never be called. If Struts Acti

RE: cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java ActionForm.java

2001-05-11 Thread Deadman, Hal
] > Sent: Friday, May 11, 2001 1:11 PM > To: [EMAIL PROTECTED] > Subject: cvs commit: jakarta-struts/src/share/org/apache/struts/action > Action.java ActionForm.java > > > mschachter01/05/11 10:11:06 > > Modified:doc todo-1.1.xml >

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java ActionForm.java

2001-05-11 Thread mschachter
mschachter01/05/11 10:11:06 Modified:doc todo-1.1.xml src/share/org/apache/struts/action Action.java ActionForm.java Log: - Add an isCancelled() method to the Action class that takes a MultipartRequestHandler as an argument. This sh