Re: Struts 2.3.14.3 seems to drop .action from the generated form action

2013-06-27 Thread Lukasz Lenart
Hi Bruno, Could you share your struts.xml? One problem was identified in RestActionProxyFactory, maybe your is related as well. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/6/26 Lukasz Lenart lukaszlen...@apache.org: Hi Bruno, You already mentioned that, right now I

Re: Struts 2.3.14.3 seems to drop .action from the generated form action

2013-06-26 Thread Lukasz Lenart
Hi Bruno, You already mentioned that, right now I don't have any solution and this looks like a bug. As I understand it happens randomly, it isn't a common pattern? And using s:form action=login ... is the proper way Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/6/24

Struts 2.3.14.3 seems to drop .action from the generated form action

2013-06-24 Thread Litman, Bruno
Dear all, In the context of an s:form tag, for instance for a login action, we previously always coded forms as : s:form action=login namespace=/ And in the struts.xml we have been using : action name=login_* method={1} class=com.company.LoginAction result name=input