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
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
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
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
--- 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
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
--- 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
[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
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.
--- 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
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:[
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/
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
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
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
===
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
===
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
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
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
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
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
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
=
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
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
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
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
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/
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
===
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
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
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
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
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
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
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
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:
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
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
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
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
&
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
]
> 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
>
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
43 matches
Mail list logo