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.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-27 Thread Lukasz Lenart
2013/6/27 Felipe Lorenz : > 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: user-unsubscr...@struts.apache.org For additiona

Re: s:action tag showing result

2013-06-27 Thread Felipe Lorenz
-framework-reference.html#beans-c-namespace > > 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 >>

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 : >> Sure! >> >> I have created an user at jira, but I think I dont have permis

RE: s:action tag showing result

2013-06-27 Thread Martin Gainty
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?

Re: s:action tag showing result

2013-06-27 Thread Lukasz Lenart
Username? 2013/6/27 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 RestA

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 namesp

Re: s:action tag showing result

2013-06-26 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-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: >> > value="org.apache.struts2.dispatcher.mapper.PrefixBasedActionMapper"/> >> > value=":rest,/ajax:struts,/login:struts"/> I expect that, when I request the followi

Re: s:action tag showing result

2013-06-26 Thread Lukasz Lenart
As I understand you use ? 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 : > Hello Lukasz, > > I still facing this behaviour. Even with 2.3.16-SNAPSHOT. > > One thing that make

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 o

Re: s:action tag showing result

2013-06-22 Thread Lukasz Lenart
2013/6/22 Litman, Bruno : > 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 apology. > > 1/ > > We previo

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 : > There is a maven repository for the snapshots? > > Felipe Lorenz > Gerente de Projetos > Idealogic Software > Fone: (51) 3715 5523 - (51) 3715 5548 > www.idealogic.co

RE: s:action tag showing result

2013-06-21 Thread Litman, Bruno
ars [mailto:daniel.cleme...@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 C

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 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 : > Thanks for all your help Lukasz, > > Looking with more attention (I know, sorr

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: And to fix the issue, I remove the name attribute. But, my question is, why does it affect the action tag? I understand

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 Daniel Clemente Ivars
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: Felipe Lorenz Para: "Struts Users Mailing List" , Fecha: 21/06/2013 14:30 Asunto: Re: s:action tag show

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 Ideal

Re: s:action tag showing result

2013-06-20 Thread Daniel Clemente Ivars
any time the page its reloaded in the browser it may change the result. Any idea? Thanks a lot. De: Lukasz Lenart Para: Struts Users Mailing List , Fecha: 21/06/2013 07:34 Asunto: Re: s:action tag showing result Have you tried to use the previous versions? Regards -- Łukasz +

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 : > 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 my JSP I am using the ta

s:action tag showing result

2013-06-20 Thread Felipe Lorenz
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 my JSP I am using the tag action to load list to be used to mount my s:select. But in the redered HTML, the result of the action is showing, even when the executeResult