--- Décio Heinzelmann Luckow <[EMAIL PROTECTED]> wrote:
> I was testing the tag <default-action-ref> to configure the default action
> mapping for a package, without success, then I search Struts Jira for
> something about this and find the WW2525.
> 
> The WW2525 is closed with the argument that this tag is used to configure
> the default class to be used when an action mapping don't specify the
> class.
> 
> I disagree with this because we have this tags:
> <default-class-ref>
> and
> <default-action-ref>
> 
> I think that <default-class-ref> is to set de default class of mapping
> without class, and not <default-action-ref>
> 
> The file xwork-default.xml use <default-class-ref> to set ActionSupport
> <default-class-ref class="com.opensymphony.xwork2.ActionSupport" />
> 
> And really, in my tests the default-action-ref don´t runs correctly.
> 
> This ocurred with someone too?

Looking at http://struts.apache.org/2.0.11.1/docs/action-configuration.html
I'd say you're correct and we closed that bug prematurely; I think both
Pillip and I were thinking of default-class-ref.

I am re-opening the issue; thanks.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to