Re: For the authors of Mannings Struts 2 in Action, a question

2008-07-12 Thread Don Brown
On Sat, Jul 12, 2008 at 5:56 PM, Lyallex <[EMAIL PROTECTED]> wrote: > Wouldn't it be great to have the redirect resultType parameterised in > some way so that the target could be set depending on which action was > selected .. You can. Try something like this: ${destination} /cha

Re: For the authors of Mannings Struts 2 in Action, a question

2008-07-12 Thread Dave Newton
--- On Sat, 7/12/08, Lyallex <[EMAIL PROTECTED]> wrote: > Well I did try posting to the authors blog on the Manning > site but the post was thrown out because of the XML... Using a service like pastebin, paste2, nopaste, etc. solves that problem, and can be a better alternative for long-ish snipp

Re: For the authors of Mannings Struts 2 in Action, a question

2008-07-12 Thread Lyallex
:- There are decent forums at manning.com that might be a better place to put :- this note -- I know the authors read the forums there. Well I did try posting to the authors blog on the Manning site but the post was thrown out because of the XML ... >> I'm not one of the authors, but I helped...

Re: For the authors of Mannings Struts 2 in Action, a question

2008-07-11 Thread Paweł Wielgus
Or You can use an Interceptor with default input for that job. Best greetings, Paweł Wielgus. 2008/7/11 Wes Wannemacher <[EMAIL PROTECTED]>: > Lyallex, > > I'm not one of the authors, but I helped... > > The example in the book doesn't work the way that typical container > managed authentication

Re: For the authors of Mannings Struts 2 in Action, a question

2008-07-11 Thread Wes Wannemacher
Lyallex, I'm not one of the authors, but I helped... The example in the book doesn't work the way that typical container managed authentication / authorization worked. A successful login would be redirected to the AdminPortfolio (regardless of the original request). If you are looking for more th

Re: For the authors of Mannings Struts 2 in Action, a question

2008-07-11 Thread Jim Kiley
There are decent forums at manning.com that might be a better place to put this note -- I know the authors read the forums there. jk On Fri, Jul 11, 2008 at 11:59 AM, Lyallex <[EMAIL PROTECTED]> wrote: > I have no idea if the authors of the book Struts 2 in Action read this > list or if anyone t

For the authors of Mannings Struts 2 in Action, a question

2008-07-11 Thread Lyallex
I have no idea if the authors of the book Struts 2 in Action read this list or if anyone that does knows how to contact them but I have a question for them, or maybe someone else knows the answer Authors On page 99, chapter 4 of your book you state. "Every action in this package will now have au