Re: Some problems with Struts-mailreader

2015-11-15 Thread Lukasz Lenart
Ach... right, support for "id" was dropped recently [1] - this must be fixed in the mailreader app - replacing "id" with "var" should solve the problem [1] https://issues.apache.org/jira/browse/WW-2069 Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2015-11-13 10:18 GMT+01:00

Re: Some problems with Struts-mailreader

2015-11-13 Thread Chris
Hello,  Thank you for giving methose explainations. So I've  tried withstruts2-core-2.5-20151112.202249-95.jar orstruts2-core-2.5-20151104.175152-90.jar but I receive another error ( NB : Allthe jar files are the same as 2.5 BETA2 , except the struts-core ) The error is with the id (?) , in

Re: Some problems with Struts-mailreader

2015-11-12 Thread Lukasz Lenart
2015-11-12 18:24 GMT+01:00 Chris : > Hello, > > I'm sorry . I don't use pom.xml in any of my examples. > I work with Netbenas 7.3 and ant, I guess. But no maven. > I have no idea what SNAPSHOT is, and how to use it, and where find it.Is it > another version of all librairies

Re: Some problems with Struts-mailreader

2015-11-12 Thread Chris
Hello, I'm sorry . I don't use pom.xml in any of my examples. I work with Netbenas 7.3 and ant, I guess. But no maven. I have no idea what SNAPSHOT is, and how to use it, and where find it.Is it another version of all librairies ? Regards, Chris Struts has detected an unhandled exception: |

Re: Some problems with Struts-mailreader

2015-11-12 Thread Chris
Hello,My mailreader example still doesn't work. Precisely n the Login button, and the Cancel button, in the Login page Something strange, the new web.xml file looks like the jboss_blank example... I tried without those some lines, like the old mailreader example,  but it didn't work neither.     

Re: Some problems with Struts-mailreader

2015-11-12 Thread Lukasz Lenart
2015-11-12 17:23 GMT+01:00 Chris : > Hello,My mailreader example still doesn't work. > Precisely n the Login button, and the Cancel button, in the Login page Have you used 2.5-SNAPSHOT version? You must manually change Struts version in pom.xml > Something strange, the new

Re: Some problems with Struts-mailreader

2015-10-31 Thread Lukasz Lenart
Great! Let me know if everything is ok :) -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: Some problems with Struts-mailreader

2015-10-30 Thread Lukasz Lenart
Looks like a bug in 2.5. The Login action is defined as follow which means any method should be allowed - I'm going to check that Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2015-10-28 12:21 GMT+01:00 Chris : > Hello, > > I have some problems with the

Re: Some problems with Struts-mailreader

2015-10-30 Thread Lukasz Lenart
Fixed, thanks! 2015-10-30 8:52 GMT+01:00 Lukasz Lenart : > My bad, was using BETA1 :( > > 2015-10-30 8:50 GMT+01:00 Lukasz Lenart : >> It works, just fetched the latest version and everything is ok, no >> errors, exceptions. Please check if you

Re: Some problems with Struts-mailreader

2015-10-30 Thread Lukasz Lenart
It works, just fetched the latest version and everything is ok, no errors, exceptions. Please check if you are using the latest version from Git 2015-10-30 8:42 GMT+01:00 Lukasz Lenart : > Looks like a bug in 2.5. The Login action is defined as follow > > > > which means

Re: Some problems with Struts-mailreader

2015-10-30 Thread Lukasz Lenart
My bad, was using BETA1 :( 2015-10-30 8:50 GMT+01:00 Lukasz Lenart : > It works, just fetched the latest version and everything is ok, no > errors, exceptions. Please check if you are using the latest version > from Git > > 2015-10-30 8:42 GMT+01:00 Lukasz Lenart

Re: Some problems with Struts-mailreader

2015-10-30 Thread Lukasz Lenart
It was bug in Struts, so you must use the latest SNAPSHOT 2015-10-30 10:57 GMT+01:00 Chris : > Hi,- I'll try soon > - But Git Hub says "Already up-to-date" > - And I saw real problem. > - like the "problem" with a wrong path /pages/Error.jsp instead >

Re: Some problems with Struts-mailreader

2015-10-30 Thread Lukasz Lenart
náez > International Technical Service > > Mobile: +34 699 140 596 > Landline: +34 987 470 155 > > > > > -Mensaje original- > De: Lukasz Lenart [mailto:lukaszlen...@apache.org] > Enviado el: viernes, 30 de octubre de 2015 10:59 > Para: Struts Users Mai

RE: Some problems with Struts-mailreader

2015-10-30 Thread Daniel Hernáez
de octubre de 2015 10:59 Para: Struts Users Mailing List <user@struts.apache.org> Asunto: Re: Some problems with Struts-mailreader It was bug in Struts, so you must use the latest SNAPSHOT 2015-10-30 10:57 GMT+01:00 Chris <christal...@yahoo.fr>: > Hi,- I'll try soon > - But Git

Re: Some problems with Struts-mailreader

2015-10-30 Thread Chris
zlen...@apache.org] > Enviado el: viernes, 30 de octubre de 2015 10:59 > Para: Struts Users Mailing List <user@struts.apache.org> > Asunto: Re: Some problems with Struts-mailreader > > It was bug in Struts, so you must use the latest SNAPSHOT > > 2015-10-30 10:57 GMT+01:

Re: Some problems with Struts-mailreader

2015-10-30 Thread Lukasz Lenart
re is no Action mapped for namespace [/] and action name [Person] >> associated with context path [/wildcard-method-selection]." >> >> I just changed the filter in web.xml to adapt the new version >> (org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilte

Re: Some problems with Struts-mailreader

2015-10-30 Thread Chris
PS : I will not change my old struts-mailreader sampleBut there is some differences in mailreader-support.xml file : old version

Re: Some problems with Struts-mailreader

2015-10-30 Thread Chris
Thanks, That is true , I missed to speak about SNAPSHOTS , because I didn't understand what it means.I'll try. Regards, Chris Le Vendredi 30 octobre 2015 16h01, Chris a écrit : PS : I will not change my old struts-mailreader sampleBut there is some

Re: Some problems with Struts-mailreader

2015-10-30 Thread Chris
Hi,- I'll try soon - But Git Hub says "Already up-to-date" - And I saw a écrit : Fixed, thanks! 2015-10-30 8:52 GMT+01:00 Lukasz Lenart : > My bad, was using BETA1 :( > > 2015-10-30 8:50 GMT+01:00 Lukasz Lenart : >> It works, just fetched

Re: Some problems with Struts-mailreader

2015-10-30 Thread Chris
> > It was bug in Struts, so you must use the latest SNAPSHOT >I'm sorry , I don't know how I can use Snapshots. Le Vendredi 30 octobre 2015 16h06, Chris a écrit : Thanks, That is true , I missed to speak about SNAPSHOTS , because I didn't understand what it

Some problems with Struts-mailreader

2015-10-28 Thread Chris
Hello, I have some problems with the "new" mailreader sample in the linkhttps://github.com/apache/struts-examples/tree/master/mailreader   with Struts 2.5 BETA2 PS :  my old mailreader example 2.3.16 works perfectly.And I try to translate the tour.html to unterstand. But with the new