Re: Struts 2 Access messages with JSTL instead of s:text

2014-05-27 Thread Lukasz Lenart
2014-05-28 6:34 GMT+02:00 Alireza Fattahi : > Meanwhile, I tried to find a way to pass textprovider to jsp. But I could not > find a way > > public class BaseActionSupport extends ActionSupport{ > > //Same as ActionSupport > private TextProvider Provider; //with setter and getter

Struts 2 Access messages with JSTL instead of s:text

2014-05-27 Thread Alireza Fattahi
In struts 2 the      (is equivalent to...)     JSTL: ${pageTitle} I use JSTL version which is more compact. Can we do the same thing with application messages?! To get text from message resources we do as below:     Now, is there any JSTL version insteadof `` ?  -- Meanwhile,

RE: Struts-core spring dependencies.

2014-05-27 Thread Martin Gainty
look at parent pom.xml to get the answer 3.0.5.RELEASE GIYF (grep is your friend) regards Martin From: mgai...@hotmail.com To: user@struts.apache.org Subject: RE: Struts-core spring depend

Re: Struts-core spring dependencies.

2014-05-27 Thread Dave Newton
Oh, no, he's not kidding, that's just Martin. Sure, I know what you're thinking: If he *was* right, a private message would have made more sense instead of *exacerbating* the non-situation by *continuing* the public conversation and getting our hapless consultant 86ed. Your mistake is applying lo

Re: Struts-core spring dependencies.

2014-05-27 Thread Jan Olav Eide
> MG>since you're an outside contractor I'll give you this warning > MG>probably not a good idea to blast inquiries like this over the internet > MG>I would ask the people at Northrup Grumman first > MG>then if the bosses clear you to make outside inquiry then ask on this list > MG>not following

RE: Struts-core spring dependencies.

2014-05-27 Thread Martin Gainty
> From: ashok.gu...@ngc.com > To: user@struts.apache.org > Subject: Struts-core spring dependencies. > Date: Tue, 27 May 2014 15:47:24 + > > We are migrating to Struts 2.3.16 from 1.x. The project has some spring > dependencies. Based on the documentation provided by Apache Struts at

Struts-core spring dependencies.

2014-05-27 Thread Guntu, Ashok (IS) (Contr)
We are migrating to Struts 2.3.16 from 1.x. The project has some spring dependencies. Based on the documentation provided by Apache Struts at http://struts.apache.org/development/2.x/struts2-core/dependencies.html# the spring version they recommend seems to be 3.0.5. Can we use a later versi

Re: Default action method for unmatched wildcard actions

2014-05-27 Thread Lukasz Lenart
Yes, please! Thanks! 2014-05-27 11:48 GMT+02:00 Antonio Sánchez : > JIRA? > > El mar 27 may 2014 11:45:28 CEST, Lukasz Lenart escribió: >> >> 2014-05-27 11:43 GMT+02:00 Antonio Sánchez : > > I believe that is not a Conventions feature, but would be great to be. Yeah... just

Re: Default action method for unmatched wildcard actions

2014-05-27 Thread Antonio Sánchez
JIRA? El mar 27 may 2014 11:45:28 CEST, Lukasz Lenart escribió: 2014-05-27 11:43 GMT+02:00 Antonio Sánchez : I believe that is not a Conventions feature, but would be great to be. Yeah... just looking into code and looks doable, the problem is it will probably break backward compatibility :\

Re: Default action method for unmatched wildcard actions

2014-05-27 Thread Lukasz Lenart
2014-05-27 11:43 GMT+02:00 Antonio Sánchez : >>> I believe that is not a Conventions feature, but would be great to be. >> >> Yeah... just looking into code and looks doable, the problem is it >> will probably break backward compatibility :\ > > Struts3? S2.5 is closer ;-) Regards -- Łukasz + 4

Re: Default action method for unmatched wildcard actions

2014-05-27 Thread Antonio Sánchez
El 27/05/14 08:27, Lukasz Lenart escribió: 2014-05-27 8:21 GMT+02:00 Antonio Sánchez : El mar 27 may 2014 08:04:48 CEST, Lukasz Lenart escribió: 2014-05-26 18:00 GMT+02:00 Antonio Sánchez : That's not working for me. OK: /person -> com.myapp.actions.PersonAction#execute (SUCCESS) -> perso

Antwort: How to retrieve cascaded value from value stack ?

2014-05-27 Thread Christoph Nenning
> i have variable named as var1 in value stack. I can get the value of var1 > in my jsp as > > > > Say its value is childVariable. > > > Now value stack has further stored the value of childVariable. I need to > retrieve the value of childVariable from value stack. > > Something like this