Re: Action call another action?

2005-04-24 Thread Michael Jouravlev
> 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

PropertyUtils

2005-04-24 Thread tarek.nabil
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

Re: Action call another action?

2005-04-24 Thread Erik Weber
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

Re: Action call another action?

2005-04-24 Thread Dakota Jack
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,

Re: Action call another action?

2005-04-24 Thread Joe Germuska
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

Re: How can I get people to look at my contribution? [was: Re: Action ...

2005-04-24 Thread Dakota Jack
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

How can I get people to look at my contribution? [was: Re: Action ...

2005-04-24 Thread James Mitchell
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

Re: A simple question about logging out

2005-04-24 Thread Craig McClanahan
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

Re: Action call another action?

2005-04-24 Thread Ted Husted
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

Re: Editing jsp pages

2005-04-24 Thread Martin Gainty
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

A simple question about logging out

2005-04-24 Thread Yan Hu
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

Re: Action call another action?

2005-04-24 Thread Shey Rab Pawo
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

Re: Action call another action?

2005-04-24 Thread Dakota Jack
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

Re: Looking for a book

2005-04-24 Thread Ted Husted
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

Re: Action call another action?

2005-04-24 Thread James Mitchell
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

[Enough is enough] Re: Looking for a book

2005-04-24 Thread James Mitchell
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

Re: Managing exceptions

2005-04-24 Thread Joe Germuska
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:

Managing exceptions

2005-04-24 Thread Sébastien GALLET
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]