Re: Struts 2.3.18 ready for test

2014-11-13 Thread Lukasz Lenart
2014-11-13 14:40 GMT+01:00 Volker Krebs : > Yes, thats good. Great! > I have extended my example a bit and will prepare a PR. Great! Great! Cheers -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ - To unsubscribe, e-mail

Re: Struts 2.3.18 ready for test

2014-11-13 Thread Volker Krebs
Am 13.11.2014 um 11:22 schrieb Lukasz Lenart: 2014-11-13 10:57 GMT+01:00 Volker Krebs : For exclude pattern I would use addExcludedPatterns and for accept patterns I would use setAcceptedPatterns. IMO, just by setting (adding) an exclude pattern it shouldn't be possible to overwrite security rel

Re: Struts 2.3.18 ready for test

2014-11-13 Thread Lukasz Lenart
2014-11-13 10:57 GMT+01:00 Volker Krebs : > For exclude pattern I would use addExcludedPatterns and for accept patterns > I would use setAcceptedPatterns. > IMO, just by setting (adding) an exclude pattern it shouldn't be possible to > overwrite security relevant excludes. This is a good idea exce

Re: Struts 2.3.18 ready for test

2014-11-13 Thread Volker Krebs
Am 12.11.2014 um 13:40 schrieb Lukasz Lenart: 2014-11-12 13:25 GMT+01:00 Volker Krebs : Am 12.11.2014 um 10:07 schrieb Lukasz Lenart: 2014-11-10 16:30 GMT+01:00 Volker Krebs : https://github.com/VolkerK/struts-examples/ branch develop Thanks a lot for the example, it was very helpful! Btw

Re: Struts 2.3.18 ready for test

2014-11-12 Thread Lukasz Lenart
2014-11-12 13:25 GMT+01:00 Volker Krebs : > Am 12.11.2014 um 10:07 schrieb Lukasz Lenart: >> >> 2014-11-10 16:30 GMT+01:00 Volker Krebs : >>> >>> https://github.com/VolkerK/struts-examples/ >>> branch develop >> >> >> Thanks a lot for the example, it was very helpful! Btw. you can >> prepare a PR t

Re: Struts 2.3.18 ready for test

2014-11-12 Thread Volker Krebs
Am 12.11.2014 um 10:07 schrieb Lukasz Lenart: 2014-11-10 16:30 GMT+01:00 Volker Krebs : https://github.com/VolkerK/struts-examples/ branch develop Thanks a lot for the example, it was very helpful! Btw. you can prepare a PR to push it to the struts-example project :-) One remark, you cannot u

Re: Struts 2.3.18 ready for test

2014-11-12 Thread Lukasz Lenart
2014-11-10 16:30 GMT+01:00 Volker Krebs : > https://github.com/VolkerK/struts-examples/ > branch develop Thanks a lot for the example, it was very helpful! Btw. you can prepare a PR to push it to the struts-example project :-) One remark, you cannot use such configuration: someParameter

Re: Struts 2.3.18 ready for test

2014-11-10 Thread Volker Krebs
Am 10.11.2014 um 11:38 schrieb Lukasz Lenart: 2014-11-10 11:35 GMT+01:00 Volker Krebs : Am 10.11.2014 um 08:50 schrieb Lukasz Lenart: I've reverted changes regarding "acceptParamNames" - can you check with the latest snapshot? Looks like something is broken, acceptParamNames is applied to e

Re: Struts 2.3.18 ready for test

2014-11-10 Thread Lukasz Lenart
2014-11-10 11:35 GMT+01:00 Volker Krebs : > Am 10.11.2014 um 08:50 schrieb Lukasz Lenart: >> >> I've reverted changes regarding "acceptParamNames" - can you check >> with the latest snapshot? >> > > Looks like something is broken, acceptParamNames is applied to every action, > not just to the one w

Re: Struts 2.3.18 ready for test

2014-11-10 Thread Volker Krebs
Am 10.11.2014 um 08:50 schrieb Lukasz Lenart: I've reverted changes regarding "acceptParamNames" - can you check with the latest snapshot? Looks like something is broken, acceptParamNames is applied to every action, not just to the one where it is defined. At the moment I'm trying to extend

Re: Struts 2.3.18 ready for test

2014-11-10 Thread Volker Krebs
Am 08.11.2014 um 17:49 schrieb Lukasz Lenart: 2014-11-07 16:44 GMT+01:00 Volker Krebs : Yes my workaround was to directly exclude orderinfo param. I don't know if it is broken. But when the behavior of param1 should be to ignore every parameter but param1, then it's not working as expected. I

Re: Struts 2.3.18 ready for test

2014-11-09 Thread Lukasz Lenart
I've reverted changes regarding "acceptParamNames" - can you check with the latest snapshot? Thanks in advance -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2014-11-07 16:44 GMT+01:00 Volker Krebs : > Am 07.11.2014 um 16:34 schrieb Lukasz Lenart: > >> 2014-11-07 16:27 GMT+01:00 Volker Kr

Re: Struts 2.3.18 ready for test

2014-11-08 Thread Lukasz Lenart
2014-11-07 16:44 GMT+01:00 Volker Krebs : > Yes my workaround was to directly exclude orderinfo param. > > I don't know if it is broken. But when the behavior of > param1 > should be to ignore every parameter but param1, then it's not working as > expected. I found where the problem is. Right now

Re: Struts 2.3.18 ready for test

2014-11-07 Thread Lukasz Lenart
2014-11-07 16:44 GMT+01:00 Volker Krebs : > Yes my workaround was to directly exclude orderinfo param. > > I don't know if it is broken. But when the behavior of > param1 > should be to ignore every parameter but param1, then it's not working as > expected. Yeah, it's broken as this will open what

Re: Struts 2.3.18 ready for test

2014-11-07 Thread Volker Krebs
Am 07.11.2014 um 16:34 schrieb Lukasz Lenart: 2014-11-07 16:27 GMT+01:00 Volker Krebs : Ok, it has to do with the acceptParamNames in ParametersInterceptor I'll have the following config for my action: orderTimeID In my action I have a property named "orderinfo". In 2.3.16.3 the Parameters

Re: Struts 2.3.18 ready for test

2014-11-07 Thread Lukasz Lenart
2014-11-07 16:27 GMT+01:00 Volker Krebs : > Ok, it has to do with the acceptParamNames in ParametersInterceptor > I'll have the following config for my action: > > orderTimeID > > > In my action I have a property named "orderinfo". > In 2.3.16.3 the ParametersInterceptor only set "orderTimeID".

Re: Struts 2.3.18 ready for test

2014-11-07 Thread Volker Krebs
Am 06.11.2014 um 18:09 schrieb Lukasz Lenart: 2014-11-06 18:00 GMT+01:00 Lukasz Lenart : 2014-11-06 17:02 GMT+01:00 Volker Krebs : I still have an odd behavior and can't figure out what has changed from 2.3.16.3 to 2.3.18 We have an Action with an service interface as class member. Something li

Re: Struts 2.3.18 ready for test

2014-11-07 Thread Lukasz Lenart
2014-11-07 8:16 GMT+01:00 Volker Krebs : > I'm using a params, prepare, params interceptor stack. > The member "myService" (from the example above) is null > and the parameter interceptor tries to initialize it. > Trying to instantiate the Interface. But it's using Spring to do that, does it mean

Re: Struts 2.3.18 ready for test

2014-11-06 Thread Volker Krebs
Am 06.11.2014 um 18:09 schrieb Lukasz Lenart: 2014-11-06 18:00 GMT+01:00 Lukasz Lenart : 2014-11-06 17:02 GMT+01:00 Volker Krebs : I still have an odd behavior and can't figure out what has changed from 2.3.16.3 to 2.3.18 We have an Action with an service interface as class member. Something li

Re: Struts 2.3.18 ready for test

2014-11-06 Thread Lukasz Lenart
2014-11-06 18:00 GMT+01:00 Lukasz Lenart : > 2014-11-06 17:02 GMT+01:00 Volker Krebs : >> I still have an odd behavior and can't figure out what has changed from >> 2.3.16.3 to 2.3.18 >> We have an Action with an service interface as class member. >> Something like this pseudo Action: >> >> public

Re: Struts 2.3.18 ready for test

2014-11-06 Thread Lukasz Lenart
2014-11-06 17:02 GMT+01:00 Volker Krebs : > I still have an odd behavior and can't figure out what has changed from > 2.3.16.3 to 2.3.18 > We have an Action with an service interface as class member. > Something like this pseudo Action: > > public class EditAction extends ActionSupport implements P

Re: Struts 2.3.18 ready for test

2014-11-06 Thread Volker Krebs
I still have an odd behavior and can't figure out what has changed from 2.3.16.3 to 2.3.18 We have an Action with an service interface as class member. Something like this pseudo Action: public class EditAction extends ActionSupport implements Preparable { protected MyService myService; pu

Re: Struts 2.3.18 ready for test

2014-10-26 Thread Lukasz Lenart
Looks like a time for Vote. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org

Re: Struts 2.3.18 ready for test

2014-10-23 Thread Michael . Hintenaus
looks good From: Lukasz Lenart To: Struts Developers List Date: 21/10/2014 16:46 Subject:Re: Struts 2.3.18 ready for test 2014-10-17 14:31 GMT+02:00 Lukasz Lenart : > H, > > Just pushed new artifacts, please remember to purge previous release > artifac

Re: Struts 2.3.18 ready for test

2014-10-23 Thread Christoph Nenning
> 2014-10-17 14:31 GMT+02:00 Lukasz Lenart : > > H, > > > > Just pushed new artifacts, please remember to purge previous release > > artifacts (rm ~/.m2/repository/org/apache/struts) > > http://stackoverflow.com/questions/7959499/force-re-download-of- > release-dependency-using-maven > > > > Stagin

Re: Struts 2.3.18 ready for test

2014-10-21 Thread Lukasz Lenart
2014-10-17 14:31 GMT+02:00 Lukasz Lenart : > H, > > Just pushed new artifacts, please remember to purge previous release > artifacts (rm ~/.m2/repository/org/apache/struts) > http://stackoverflow.com/questions/7959499/force-re-download-of-release-dependency-using-maven > > Staging Maven repo > http

Re: Struts 2.3.18 ready for test

2014-10-17 Thread Lukasz Lenart
H, Just pushed new artifacts, please remember to purge previous release artifacts (rm ~/.m2/repository/org/apache/struts) http://stackoverflow.com/questions/7959499/force-re-download-of-release-dependency-using-maven Staging Maven repo https://repository.apache.org/content/groups/staging/ Standa

Re: Struts 2.3.18 ready for test

2014-10-15 Thread Lukasz Lenart
2014-10-12 13:10 GMT+02:00 Lukasz Lenart : > 2014-10-12 11:34 GMT+02:00 Greg Huber : >> Went through this release and tested it, seems good to be released. >> >> Are there other issues? > > Christoph Nenning registered two issues, still working on them > > https://issues.apache.org/jira/issues/?jql

Re: Struts 2.3.18 ready for test

2014-10-12 Thread Lukasz Lenart
2014-10-12 11:34 GMT+02:00 Greg Huber : > Went through this release and tested it, seems good to be released. > > Are there other issues? Christoph Nenning registered two issues, still working on them https://issues.apache.org/jira/issues/?jql=project%20%3D%20WW%20AND%20fixVersion%20%3D%202.3.18%

Re: Struts 2.3.18 ready for test

2014-10-12 Thread Greg Huber
Went through this release and tested it, seems good to be released. Are there other issues? Cheers Greg On 3 October 2014 07:49, Lukasz Lenart wrote: > 2014-09-30 9:09 GMT+02:00 Lukasz Lenart : > > Added a note to docs (I thought there was one already) - in your case > > the problem is with

Re: Struts 2.3.18 ready for test

2014-10-06 Thread Christoph Nenning
> > Added a note to docs (I thought there was one already) - in your case > > the problem is with a constructor, its target is evaluated to > > java.lang.Class which is on the excluded list of classes. > > > > https://cwiki.apache.org/confluence/display/WW/Security#Security- > Internalsecuritymecha

Re: Struts 2.3.18 ready for test

2014-10-02 Thread Lukasz Lenart
2014-09-30 9:09 GMT+02:00 Lukasz Lenart : > Added a note to docs (I thought there was one already) - in your case > the problem is with a constructor, its target is evaluated to > java.lang.Class which is on the excluded list of classes. > > https://cwiki.apache.org/confluence/display/WW/Security#S

Re: Struts 2.3.18 ready for test

2014-09-30 Thread Christoph Nenning
> > 3. LocaleProvider created by a ConfigurationProvider > > To deal with errors on file uploads we have a ConfigurationProvider that > > registers a LocaleProvider programmatically which is only used before the > > interceptor stack is executed. > > With struts 2.3.16 that LocaleProvider was onl

Re: Struts 2.3.18 ready for test

2014-09-30 Thread Christoph Nenning
> > > > Should I create JIRAs for some of these? > > Yes, please - there is too many of them to keep track via mail :-) > > As you have already seen: https://issues.apache.org/jira/browse/WW-4407 https://issues.apache.org/jira/browse/WW-4408 regards, Christoph This Email was scanned by So

Re: Struts 2.3.18 ready for test

2014-09-30 Thread Christoph Nenning
> >> 1. OGNL security blocking (https://github.com/apache/struts/pull/11) > >> I'm actually hit by this. So it means: it really works ;) > >> I have JSPs that create a ViewModel Object with ognl which is blocked now. > >> (new is used in ognl expression) > >> The question here is how to enable the

Re: Struts 2.3.18 ready for test

2014-09-30 Thread Lukasz Lenart
2014-09-30 8:36 GMT+02:00 Lukasz Lenart : > 2014-09-29 17:38 GMT+02:00 Christoph Nenning : >> 1. OGNL security blocking (https://github.com/apache/struts/pull/11) >> I'm actually hit by this. So it means: it really works ;) >> I have JSPs that create a ViewModel Object with ognl which is blocked no

Re: Struts 2.3.18 ready for test

2014-09-29 Thread Lukasz Lenart
2014-09-29 17:38 GMT+02:00 Christoph Nenning : > 3. LocaleProvider created by a ConfigurationProvider > To deal with errors on file uploads we have a ConfigurationProvider that > registers a LocaleProvider programmatically which is only used before the > interceptor stack is executed. > With struts

Re: Struts 2.3.18 ready for test

2014-09-29 Thread Lukasz Lenart
2014-09-29 17:38 GMT+02:00 Christoph Nenning : > 1. OGNL security blocking (https://github.com/apache/struts/pull/11) > I'm actually hit by this. So it means: it really works ;) > I have JSPs that create a ViewModel Object with ognl which is blocked now. > (new is used in ognl expression) > The que

Re: Struts 2.3.18 ready for test

2014-09-29 Thread Lukasz Lenart
2014-09-29 17:38 GMT+02:00 Christoph Nenning : >> Hi, >> >> I have deployed new artefacts to staging repo, please test the bits! >> >> Staging Maven repo >> https://repository.apache.org/content/groups/staging/ >> >> Standalone artifacts >> http://people.apache.org/builds/struts/2.3.18/ >> >> Relea

Re: Struts 2.3.18 ready for test

2014-09-29 Thread Christoph Nenning
> Hi, > > I have deployed new artefacts to staging repo, please test the bits! > > Staging Maven repo > https://repository.apache.org/content/groups/staging/ > > Standalone artifacts > http://people.apache.org/builds/struts/2.3.18/ > > Release notes > https://cwiki.apache.org/confluence/display

Re: Struts 2.3.18 ready for test

2014-09-29 Thread Lukasz Lenart
2014-09-29 9:07 GMT+02:00 Greg Huber : > From the log file : > > 2014-09-29 07:53:50,801 WARN > com.opensymphony.xwork2.util.LocalizedTextUtil CommonsLogger:warn > > Missing key [bean.description.required] in bundle [ApplicationResources]! > Missing key [bean.description.required] in bundle > [org/

Re: Struts 2.3.18 ready for test

2014-09-29 Thread Greg Huber
sorry did a manual project "clean" and now works ok, something new with luna especially when changing jars around. Cheers greg On 29 September 2014 08:00, Lukasz Lenart wrote: > 2014-09-29 8:55 GMT+02:00 Greg Huber : > > Retesting this, it seems that the validator messages have stopped > wo

Re: Struts 2.3.18 ready for test

2014-09-29 Thread Greg Huber
>From the log file : 2014-09-29 07:53:50,801 WARN com.opensymphony.xwork2.util.LocalizedTextUtil CommonsLogger:warn Missing key [bean.description.required] in bundle [ApplicationResources]! Missing key [bean.description.required] in bundle [org/apache/struts2/struts-messages]! Missing key [bean.d

Re: Struts 2.3.18 ready for test

2014-09-29 Thread Lukasz Lenart
2014-09-29 8:55 GMT+02:00 Greg Huber : > Retesting this, it seems that the validator messages have stopped working. > Have there been any changes wrt to this from the previous snapshot, which I > think were working OK. Rather no... what kind of validator messages, from -validation.xml? Regards -

Re: Struts 2.3.18 ready for test

2014-09-28 Thread Greg Huber
Retesting this, it seems that the validator messages have stopped working. Have there been any changes wrt to this from the previous snapshot, which I think were working OK. Cheers Greg. On 27 September 2014 10:01, Lukasz Lenart wrote: > Hi, > > I have deployed new artefacts to staging repo,

Re: Struts 2.3.18 ready for test

2014-09-28 Thread Greg Huber
May need to add: always as changes may not be picked up. On 28 September 2014 17:55, Lukasz Lenart wrote: > 2014-09-28 3:18 GMT+02:00 Martin Gainty : > >> Staging Maven repo > >> https://repository.apache.org/content/groups/staging/ > > > > https://repository.apache.org/content/groups/stag

Re: Struts 2.3.18 ready for test

2014-09-28 Thread Lukasz Lenart
2014-09-28 3:18 GMT+02:00 Martin Gainty : >> Staging Maven repo >> https://repository.apache.org/content/groups/staging/ > > https://repository.apache.org/content/groups/staging/org/apache/struts > ? Nope, it's too deep - the best option to use that repo is to define it inside your ~/.m2/settings.

RE: Struts 2.3.18 ready for test

2014-09-27 Thread Martin Gainty
> From: lukaszlen...@apache.org > Date: Sat, 27 Sep 2014 11:01:44 +0200 > Subject: Re: Struts 2.3.18 ready for test > To: dev@struts.apache.org > > Hi, > > I have deployed new artefacts to staging repo, please test the bits! > > Staging Maven repo > http

Re: Struts 2.3.18 ready for test

2014-09-27 Thread Lukasz Lenart
Hi, I have deployed new artefacts to staging repo, please test the bits! Staging Maven repo https://repository.apache.org/content/groups/staging/ Standalone artifacts http://people.apache.org/builds/struts/2.3.18/ Release notes https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.3.18

Re: Struts 2.3.18 ready for test

2014-09-26 Thread Lukasz Lenart
2014-09-25 19:37 GMT+02:00 Johannes Geppert : > Just tested with Struts2 jQuery Showcase. > No problems so far, looks fine to me. Great, thanks! Anyone, any other obstacles? If not I will prepare a new build (during weekend), call for test (whole week) and then vote. Regards -- Łukasz + 48 606

Re: Struts 2.3.18 ready for test

2014-09-25 Thread Johannes Geppert
Just tested with Struts2 jQuery Showcase. No problems so far, looks fine to me. Regards Johannes # web: http://www.jgeppert.com twitter: http://twitter.com/jogep 2014-09-21 15:36 GMT+02:00 Lukasz Lenart : > Hi, > > Please take a time and test t

Re: Struts 2.3.18 ready for test

2014-09-24 Thread Lukasz Lenart
2014-09-24 9:10 GMT+02:00 Greg Huber : > The url I have is: > > https://repository.apache.org/content/groups/snapshots-group/ > > ie > > http://repository.apache.org/content/groups/snapshots-group/org/apache/struts/struts2-core/2.3.18-SNAPSHOT/ > etc.. > > If this is correct, it works, no exception

Re: Struts 2.3.18 ready for test

2014-09-24 Thread Greg Huber
The url I have is: https://repository.apache.org/content/groups/snapshots-group/ ie http://repository.apache.org/content/groups/snapshots-group/org/apache/struts/struts2-core/2.3.18-SNAPSHOT/ etc.. If this is correct, it works, no exception and checked it uses the class. Cheers Greg On 24 Sep

Re: Re: Struts 2.3.18 ready for test

2014-09-23 Thread caolbm...@gmail.com
ok. caolbm...@gmail.com From: Lukasz Lenart Date: 2014-09-24 13:15 To: Struts Developers List Subject: Re: Struts 2.3.18 ready for test Hi, Can you test the changes based on the SNAPSHOT version? I can publish new release build but it will take few hours or days (repository.a.o gets

Re: Struts 2.3.18 ready for test

2014-09-23 Thread Lukasz Lenart
Hi, Can you test the changes based on the SNAPSHOT version? I can publish new release build but it will take few hours or days (repository.a.o gets timeouts very often during uploading large artefacts) - if not I will prepare new build, just let me know! Regards -- Łukasz + 48 606 323 122 http:

Re: Struts 2.3.18 ready for test

2014-09-23 Thread Lukasz Lenart
2014-09-23 21:26 GMT+02:00 Aaron Johnson : > Have a look at > https://github.com/StripesFramework/stripes/blob/master/stripes/src/main/java/net/sourceforge/stripes/tag/HtmlTagSupportBeanInfo.java. > This allows the HtmlTagSupport tag to have an attribute named 'class' > without interfering with the

Re: Struts 2.3.18 ready for test

2014-09-23 Thread Lukasz Lenart
2014-09-23 21:26 GMT+02:00 Aaron Johnson : > Have a look at > https://github.com/StripesFramework/stripes/blob/master/stripes/src/main/java/net/sourceforge/stripes/tag/HtmlTagSupportBeanInfo.java. > This allows the HtmlTagSupport tag to have an attribute named 'class' > without interfering with the

Re: Struts 2.3.18 ready for test

2014-09-23 Thread Lukasz Lenart
2014-09-23 14:10 GMT+02:00 Volker Krebs : > It's not working in the exception_handling example as well: > http://localhost:8080/exception_handling/actionspecificexception.action I was able solve this issue, see https://git-wip-us.apache.org/repos/asf?p=struts.git;a=commit;h=3b9d58614f0ad192da8bffa

Re: Struts 2.3.18 ready for test

2014-09-23 Thread Aaron Johnson
Have a look at https://github.com/StripesFramework/stripes/blob/master/stripes/src/main/java/net/sourceforge/stripes/tag/HtmlTagSupportBeanInfo.java. This allows the HtmlTagSupport tag to have an attribute named 'class' without interfering with the getClass() method. On Tue, Sep 23, 2014 at 1:35 P

Re: Struts 2.3.18 ready for test

2014-09-23 Thread Lukasz Lenart
2014-09-23 8:53 GMT+02:00 Greg Huber : > Lukasz, > > I have used in the past the class="" on the s:a tag: > > .. > > I now get a "Unable to find setter method for attribute: class" message. > Do I have to change all these now to cssClass? > > The class shows as still being available. > > The

Re: Struts 2.3.18 ready for test

2014-09-23 Thread Lukasz Lenart
2014-09-23 11:26 GMT+02:00 Volker Krebs : > Hello, > we are using the spring object factory in our project. > We have a bean named "localeProvider", so does struts 2.3.18 > This was never a Problem before, but now when starting the server I'll get > the exception below. > > The class JakartaMultiPa

Re: Struts 2.3.18 ready for test

2014-09-23 Thread Volker Krebs
It's not working in the exception_handling example as well: http://localhost:8080/exception_handling/actionspecificexception.action Am 23.09.2014 um 13:38 schrieb Volker Krebs: Found another strange behaviour with 2.3.18 I have defined an exception mapping like this: success.jsp err

Re: Struts 2.3.18 ready for test

2014-09-23 Thread Volker Krebs
Found another strange behaviour with 2.3.18 I have defined an exception mapping like this: class="shopfloor.pdc.workdeskCheckIn.action" method="checkInToWorkdesk"> result="error" /> success.jsp error.jsp When checkInToWorkdesk throws an NotFoundException I'll get the following Error:

Re: Struts 2.3.18 ready for test

2014-09-23 Thread Volker Krebs
Hello, we are using the spring object factory in our project. We have a bean named "localeProvider", so does struts 2.3.18 This was never a Problem before, but now when starting the server I'll get the exception below. The class JakartaMultiPartRequest gets a localeProvider injected. But in str

Re: Struts 2.3.18 ready for test

2014-09-23 Thread Lukasz Lenart
2014-09-23 8:53 GMT+02:00 Greg Huber : > Lukasz, > > I have used in the past the class="" on the s:a tag: > > .. > > I now get a "Unable to find setter method for attribute: class" message. > Do I have to change all these now to cssClass? > > The class shows as still being available. > > The

Re: Struts 2.3.18 ready for test

2014-09-22 Thread Greg Huber
Lukasz, I have used in the past the class="" on the s:a tag: .. I now get a "Unable to find setter method for attribute: class" message. Do I have to change all these now to cssClass? The class shows as still being available. The css class to use for element - it's an alias of cssClass a

Re: Struts 2.3.18 ready for test

2014-09-22 Thread Lukasz Lenart
Finally I was able redeploy new artifacts - you can test them again :-) 2014-09-22 8:58 GMT+02:00 Lukasz Lenart : > 2014-09-22 8:55 GMT+02:00 Greg Huber : >> ..The reason for message: The following artifacts could not be resolved: >> org.apache.struts:struts2-core:jar:2.3.18... ? >> >> at >> >> h

Re: Struts 2.3.18 ready for test

2014-09-21 Thread Lukasz Lenart
2014-09-22 8:55 GMT+02:00 Greg Huber : > ..The reason for message: The following artifacts could not be resolved: > org.apache.struts:struts2-core:jar:2.3.18... ? > > at > > https://repository.apache.org/content/groups/staging/ Just dropped them and preparing new build... Regards -- Łukasz + 4

Re: Struts 2.3.18 ready for test

2014-09-21 Thread Greg Huber
..The reason for message: The following artifacts could not be resolved: org.apache.struts:struts2-core:jar:2.3.18... ? at https://repository.apache.org/content/groups/staging/ Cheers Greg On 22 September 2014 07:42, Lukasz Lenart wrote: > 2014-09-21 15:36 GMT+02:00 Lukasz Lenart : > > Hi,

Re: Struts 2.3.18 ready for test

2014-09-21 Thread Lukasz Lenart
2014-09-21 15:36 GMT+02:00 Lukasz Lenart : > Hi, > > Please take a time and test the bits - any help is appreciated. Please > report back any problems. I'll call for vote in a week if no problems > will be spotted. > > Staging Maven repo > https://repository.apache.org/content/groups/staging/ > > S

Struts 2.3.18 ready for test

2014-09-21 Thread Lukasz Lenart
Hi, Please take a time and test the bits - any help is appreciated. Please report back any problems. I'll call for vote in a week if no problems will be spotted. Staging Maven repo https://repository.apache.org/content/groups/staging/ Standalone artifacts http://people.apache.org/builds/struts/2