Re: [Struts2] Convention Plugin - @Result

2008-06-08 Thread Bob Tiernay
I think the log level should be bumped up one :) -- From: "Musachy Barroso" <[EMAIL PROTECTED]> Sent: Sunday, June 08, 2008 1:14 PM To: "Struts Developers List" Subject: Re: [Struts2] Convention Plugin - @Result Being

Re: [Struts2] Convention Plugin - @Result

2008-06-08 Thread Musachy Barroso
Can't you determine these from struts.convention.relative.result.types? > > -- > From: "Musachy Barroso" <[EMAIL PROTECTED]> > Sent: Sunday, June 08, 2008 11:14 AM > To: "Struts Developers List" > Subje

Re: [Struts2] Convention Plugin - @Result

2008-06-08 Thread Bob Tiernay
Can't you determine these from struts.convention.relative.result.types? -- From: "Musachy Barroso" <[EMAIL PROTECTED]> Sent: Sunday, June 08, 2008 11:14 AM To: "Struts Developers List" Subject: Re: [Struts2] Con

Re: [Struts2] Convention Plugin - @Result

2008-06-08 Thread Musachy Barroso
Well, there are a few result that require "location", like velocity, freemarker and others. There is no way to know which one do or do no. To play on the safe side, a warning was added, but it is kind of weak indeed. musachy On Sun, Jun 8, 2008 at 10:59 AM, Bob Tiernay <[EMAIL PROTECTED]> wrote:

[Struts2] Convention Plugin - @Result

2008-06-08 Thread Bob Tiernay
I am trying to use the following in my LoginAction class: @Action(value = "login!login", results = [EMAIL PROTECTED](name = "success", type = "redirectAction", params = {"actionName", "ListAccounts", "namespace", "/account"} )}) public String login() throws Exception { Howeve