> When I speak of Action chaining, I mean to say a scenario where one
> action mapping's suggested forward path is not directly to a response
> generator (a JSP), but in fact to another mapped action (which will
> eventually forward to a response generator). I was advising against this
> (I know th
Hi everyone,
I have some insert and update actions where I copy the data the user
entered from the ActionForm to a DTO object which I send as a parameter
to my business method.
Since I can not conform the validity of the entered data before
validation, all the attributes in my ActionForm are of t
Ted Husted wrote:
On 4/21/05, Erik Weber <[EMAIL PROTECTED]> wrote:
That's the way I do it. If your Actions are light, as they should be, it
doesn't add a lot of code. Some redundant code is not a bad thing, it
can make things clearer. If you were to "chain" actions, then you'd be
going through
You can deduce all you want, Joe, but this is mistaken. I notice that
according to your logic, I am now Joe.
Joe
On 4/24/05, Joe Germuska <[EMAIL PROTECTED]> wrote:
> At 3:08 PM -0700 4/24/05, Shey Rab Pawo wrote:
> >
> >On 4/24/05, James Mitchell <[EMAIL PROTECTED]> wrote:
> >> For the record,
At 3:08 PM -0700 4/24/05, Shey Rab Pawo wrote:
On 4/24/05, James Mitchell <[EMAIL PROTECTED]> wrote:
For the record, you are encouraged to ignore all statements made by Micael
McGrady, Dakota Jack, or Shey Rab Pawo.
These people are actually the same
person masquerading as alternate identities
You are so totally confused and wrong about what I am about, James.
First, the "us versus them theory" was not about what you assumed but
in fact an agreement about the "banning" policy you discussed. You
generally seem to have very mistaken ideas about what I am doing.
I have not proposed cod
Whatever anyone thinks. I am not happy that you are so agitated.
If I could do something sensible to help, I would. I do think that
people are generally more than capable of making their own
decisions about what they want to read. There is little chance
for competition in the arean of ideas if t
On 4/24/05, Yan Hu <[EMAIL PROTECTED]> wrote:
> Hi:
> I came across a couple of articles about logout on the Web. They all do
> something like
> session.removeAttribute("user");
> session.invalidate();
> Can I just use session.invalidate()? Would "user" be destroyed automatically
> when the sess
On 4/21/05, Erik Weber <[EMAIL PROTECTED]> wrote:
> That's the way I do it. If your Actions are light, as they should be, it
> doesn't add a lot of code. Some redundant code is not a bad thing, it
> can make things clearer. If you were to "chain" actions, then you'd be
> going through the entire re
take a look at Oracle JDeveloper for user friendly IDE
HTH
Martin-
- Original Message -
From: "Simone-dev" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List"
Sent: Tuesday, April 19, 2005 10:26 AM
Subject: Re: Editing jsp pages
I think this is not what Joe was looking for...
you provid
Hi:
I came across a couple of articles about logout on the Web. They all do
something like
session.removeAttribute("user");
session.invalidate();
Can I just use session.invalidate()? Would "user" be destroyed automatically
when the session is
invalidated?
Thanks. By the way, i would rather gawk
On 4/24/05, James Mitchell <[EMAIL PROTECTED]> wrote:
> For the record, you are encouraged to ignore all statements made by Micael
> McGrady, Dakota Jack, or Shey Rab Pawo.
These people are actually the same
> person masquerading as alternate identities,
You are quite mistaken about this, Jam
On 4/24/05, James Mitchell <[EMAIL PROTECTED]> wrote:
...
These people are actually the same
> person masquerading as alternate identities, which would be fine if they all
> didn't have the same PITA (see below) attitudes.
You need to be careful about making these assertions, James.
> What
We've always shied away from defining best practices as part of the
project. The Struts framework is quite flexible, even to a fault, and
different people use it in many different ways.
My best suggestion is to "use the source". Don't look at the
framework as a black box that needs to be explaine
For the record, you are encouraged to ignore all statements made by Micael
McGrady, Dakota Jack, or Shey Rab Pawo. These people are actually the same
person masquerading as alternate identities, which would be fine if they all
didn't have the same PITA (see below) attitudes. His track record on t
For the record, you are encouraged to ignore all statements made by Micael
McGrady, Dakota Jack, or Shey Rab Pawo. These people are actually the same
person masquerading as alternate identities, which would be fine if they all
didn't have the same PITA (see below) attitudes. His track record o
At 3:11 PM +0200 4/24/05, Sébastien GALLET wrote:
Hello,
I'm looking for a good way to manage exceptions in struts.
Any links in your bookmarks ?
That's a pretty general question!
I usually start by having a single global
exception handler defined which catches anything
thrown by Struts:
Hello,
I'm looking for a good way to manage exceptions in struts.
Any links in your bookmarks ?
TIA
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
18 matches
Mail list logo