Re: Problems with default-action-ref (I was sent this message before with wrong subject...)

2008-04-14 Thread Lukasz Lenart
>  the s2.1 version is only avaiable from subversion?

If you using Maven, you can Apache Snapshot repo
http://people.apache.org/repo/m2-snapshot-repository/

or download struts2-blank.war from here
http://people.apache.org/repo/m2-snapshot-repository/org/apache/struts/struts2-blank/2.1.1-SNAPSHOT/struts2-blank-2.1.1-SNAPSHOT.war


Regards
-- 
Lukasz

http://www.linkedin.com/in/lukaszlenart

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



Re: Problems with default-action-ref (I was sent this message before with wrong subject...)

2008-04-13 Thread Décio Heinzelmann Luckow
Ok, thanks for all.

the s2.1 version is only avaiable from subversion?

the major version that i see in the site is Struts 2.0.11.1


2008/4/13, Dave Newton <[EMAIL PROTECTED]>:
>
> --- Lukasz Lenart <[EMAIL PROTECTED]> wrote:
> > > That's why I re-opened the bug for S2.0.
> > As I understood, only for S2.0, because for 2.1 the tag
> >  is working fine (I already test it)?
>
> That's why I re-opened the bug for S2.0.
>
> Dave
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: Problems with default-action-ref (I was sent this message before with wrong subject...)

2008-04-13 Thread Dave Newton
--- Lukasz Lenart <[EMAIL PROTECTED]> wrote:
> > That's why I re-opened the bug for S2.0.
> As I understood, only for S2.0, because for 2.1 the tag
>  is working fine (I already test it)?

That's why I re-opened the bug for S2.0.

Dave


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



Re: Problems with default-action-ref (I was sent this message before with wrong subject...)

2008-04-13 Thread Lukasz Lenart
> That's why I re-opened the bug for S2.0.

As I understood, only for S2.0, because for 2.1 the tag
 is working fine (I already test it)?


Regards
-- 
Lukasz

http://www.linkedin.com/in/lukaszlenart

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



Re: Problems with default-action-ref (I was sent this message before with wrong subject...)

2008-04-13 Thread Dave Newton
That's why I re-opened the bug for S2.0.

--- Lukasz Lenart <[EMAIL PROTECTED]> wrote:

> Hi once again and to clarify
> 
> >  
> 
> is used when you did not specified the class for you action like below:
> 
> 
>   /index.jsp
> 
> 
> >  and
> >  
> 
> is used when Struts could not find the action name for given http request,
> e.g
> 
> http://localhost/struts2/
> 
> 
> Regards
> -- 
> Lukasz
> 
> http://www.linkedin.com/in/lukaszlenart
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


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



Re: Problems with default-action-ref (I was sent this message before with wrong subject...)

2008-04-13 Thread Lukasz Lenart
Hi once again and to clarify

>  

is used when you did not specified the class for you action like below:


  /index.jsp


>  and
>  

is used when Struts could not find the action name for given http request, e.g

http://localhost/struts2/


Regards
-- 
Lukasz

http://www.linkedin.com/in/lukaszlenart

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



Re: Problems with default-action-ref (I was sent this message before with wrong subject...)

2008-04-13 Thread Dave Newton
--- Décio Heinzelmann Luckow <[EMAIL PROTECTED]> wrote:
> I was testing the tag  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:
> 
> and
> 
> 
> I think that  is to set de default class of mapping
> without class, and not 
> 
> The file xwork-default.xml use  to set 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]



Re: Problems with default-action-ref (I was sent this message before with wrong subject...)

2008-04-13 Thread Lukasz Lenart
>  This ocurred with someone too?

No, for me works like charm, maybe because I'm using 2.1.1-SNAPSHOT ;-)





${redirectName}



Regards
-- 
Lukasz

http://www.linkedin.com/in/lukaszlenart

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



Problems with default-action-ref (I was sent this message before with wrong subject...)

2008-04-13 Thread Décio Heinzelmann Luckow
Sorry, a sent this message with an wrong subject, now is the correct

Hi all,

I was testing the tag  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:

and


I think that  is to set de default class of mapping
without class, and not 

The file xwork-default.xml use  to set ActionSupport


And really, in my tests the default-action-ref don´t runs correctly.

This ocurred with someone too?

Thanks

Décio Heinzelmann Luckow