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
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
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
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:
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