Re: s:action tag showing result

2013-06-27 Thread Lukasz Lenart
Thanks Felipe! I think we must extend RestActionProxyFactory to also add exclude list of namespaces, eg. /ajax,/login, thus will allow to work in your configuration. Could you register an issue? Thanks in advance -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/6/26 Felipe Lorenz

Re: s:action tag showing result

2013-06-27 Thread Felipe Lorenz
Sure! I have created an user at jira, but I think I dont have permissions to open a new issue. Or am I in the wrong place? :) Felipe Lorenz Em 27/06/2013, às 03:11, Lukasz Lenart escreveu: Thanks Felipe! I think we must extend RestActionProxyFactory to also add exclude list of

RE: s:action tag showing result

2013-06-27 Thread Martin Gainty
__ Por favor, não altere ou perturbar essa transmissão From: lukaszlen...@apache.org Date: Thu, 27 Jun 2013 14:17:18 +0200 Subject: Re: s:action tag showing result To: user@struts.apache.org Username? 2013/6/27 Felipe Lorenz felipe.lor

Re: s:action tag showing result

2013-06-27 Thread Felipe Lorenz
felipe.lorenz Felipe Lorenz Gerente de Projetos Idealogic Software Fone: (51) 3715 5523 - (51) 3715 5548 www.idealogic.com.br Em 27/06/2013, às 09:17, Lukasz Lenart escreveu: Username? 2013/6/27 Felipe Lorenz felipe.lor...@idealogic.com.br: Sure! I have created an user at jira, but I

Re: s:action tag showing result

2013-06-27 Thread Felipe Lorenz
Obrigado, Martin __ Por favor, não altere ou perturbar essa transmissão From: lukaszlen...@apache.org Date: Thu, 27 Jun 2013 14:17:18 +0200 Subject: Re: s:action tag showing result To: user@struts.apache.org Username? 2013/6/27 Felipe

Re: s:action tag showing result

2013-06-27 Thread Lukasz Lenart
2013/6/27 Felipe Lorenz felipe.lor...@idealogic.com.br: felipe.lorenz You should have Create Issue on the top right? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ - To unsubscribe, e-mail:

Re: s:action tag showing result

2013-06-27 Thread Felipe Lorenz
Issue created! Felipe Lorenz Em 27/06/2013, às 16:46, Lukasz Lenart escreveu: 2013/6/27 Felipe Lorenz felipe.lor...@idealogic.com.br: felipe.lorenz You should have Create Issue on the top right? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/

Re: s:action tag showing result

2013-06-26 Thread Lukasz Lenart
As I understand you use s:action executeResult=false/ ? Which means result named json shouldn't be executed, you can even remove it. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/6/22 Felipe Lorenz felipe.lor...@idealogic.com.br: Hello Lukasz, I still facing this

Re: s:action tag showing result

2013-06-26 Thread Felipe Lorenz
Hi Lukasz, I could identify one plugin wich could be creating this behaviour, the rest plugin. Since I have this configuration: constant name=struts.mapper.class value=org.apache.struts2.dispatcher.mapper.PrefixBasedActionMapper/ constant name=struts.mapper.prefixMapping

Re: s:action tag showing result

2013-06-22 Thread Lukasz Lenart
Snapshots https://repository.apache.org/content/groups/snapshots/ 2.3.15 is under way to Maven Central 2013/6/21 Felipe Lorenz felipe.lor...@idealogic.com.br: There is a maven repository for the snapshots? Felipe Lorenz Gerente de Projetos Idealogic Software Fone: (51) 3715 5523 - (51)

Re: s:action tag showing result

2013-06-22 Thread Lukasz Lenart
2013/6/22 Litman, Bruno blit...@alabamainteractive.org: We are also experiencing issues with tags and theme files, we are upgrading many applications from 2.3.4.1 to 2.3.14.3 I am not sure if this is related - if not and if I need to start a new discussion please let me know and accept my

Re: s:action tag showing result

2013-06-22 Thread Felipe Lorenz
Hello Lukasz, I still facing this behaviour. Even with 2.3.16-SNAPSHOT. One thing that make me thing, was the flush attribute. When it is true, the json result (the string) appear in the position where the action tag is in the jsp. But, when I change it to false, the result appears in the top

Re: s:action tag showing result

2013-06-21 Thread Daniel Clemente Ivars
. Any idea? Thanks a lot. De: Lukasz Lenart lukaszlen...@apache.org Para: Struts Users Mailing List user@struts.apache.org, Fecha: 21/06/2013 07:34 Asunto: Re: s:action tag showing result Have you tried to use the previous versions? Regards -- Łukasz + 48 606 323 122 http

Re: s:action tag showing result

2013-06-21 Thread Felipe Lorenz
Hi Lukasz, I try struts v. 2.3.8, and everything works fine. But, the first version I've notice this strange behaviour was 2.3.12. I try to find the ftl file for the action tag, but I could no find it. There is a special file? How does it works? Thanks, Felipe Lorenz Gerente de Projetos

Re: s:action tag showing result

2013-06-21 Thread Daniel Clemente Ivars
/2013 14:30 Asunto: Re: s:action tag showing result Hi Lukasz, I try struts v. 2.3.8, and everything works fine. But, the first version I've notice this strange behaviour was 2.3.12. I try to find the ftl file for the action tag, but I could no find it. There is a special file? How does it works

Re: s:action tag showing result

2013-06-21 Thread Lukasz Lenart
Could you try with the latest (almost released) version 2.3.15? I was checking locally with struts2-blank app and everything works, but maybe my setup is a bit different. If so I will need an example app (maven based the best). Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/

Re: s:action tag showing result

2013-06-21 Thread Felipe Lorenz
Thanks for all your help Lukasz, Looking with more attention (I know, sorry) my struts.xml and comparing with the json plugin wiki, my result was different. Before, I had: result name=json type=json And to fix the issue, I remove the name attribute. result type=json But, my question is, why

Re: s:action tag showing result

2013-06-21 Thread Lukasz Lenart
I have tested with struts2-blank and it works - I mean, executeResult is respected (as in 2.3.15). You can test that by simple removing all result definitions from struts.xml for that action. 2013/6/21 Felipe Lorenz felipe.lor...@idealogic.com.br: Thanks for all your help Lukasz, Looking with

Re: s:action tag showing result

2013-06-21 Thread Felipe Lorenz
There is a maven repository for the snapshots? Felipe Lorenz Gerente de Projetos Idealogic Software Fone: (51) 3715 5523 - (51) 3715 5548 www.idealogic.com.br Em 21/06/2013, às 10:47, Lukasz Lenart escreveu: I have tested with struts2-blank and it works - I mean, executeResult is respected

RE: s:action tag showing result

2013-06-21 Thread Litman, Bruno
...@boluda.com.es] Sent: Friday, June 21, 2013 7:43 AM To: Struts Users Mailing List Subject: Re: s:action tag showing result I agree with Felipe. In version 2.3.8 all was fine, but from 2.3.12 all the problems with tags begun (action tags and field tags). Thanks Daniel Clemente Ivars De

Re: s:action tag showing result

2013-06-20 Thread Lukasz Lenart
Have you tried to use the previous versions? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/6/20 Felipe Lorenz felipe.lor...@idealogic.com.br: Hi all, I have been using struts quite a long time, but in the last days I have faced a strange behaviour of s:action tag. In