struts2 jquery autocompleter is not working

2011-09-08 Thread clanmilano
Hello there! I have a web project in which I'm using struts2 + jquery plugin. I really like the autocompleter component since as you may know, it starts filtering its content while we type on it. The thing is that it does not submit the latest selected values in the others elements at the jsp like

Re: Struts 2 WW-1714: "Using the Redirect Action Result withparameters to the target action causes an OGNL warning" still fails

2011-09-08 Thread JOSE L MARTINEZ-AVIAL
Maurizio, I think I have some confusion here, so please correct me if I'm wrong. Reading again the issue in JIRA, I understand that the correction was to change the log level for that error to DEBUG, so it is still there, but it would only appear if the log level is setup to DEBUG, and the devMo

Re: Struts 2 WW-1714: "Using the Redirect Action Result withparameters to the target action causes an OGNL warning" still fails

2011-09-08 Thread Maurizio Cucchiara
I am sorry, but I am not able to reproduce it. This is what I did (please see [1] for further details): mvn archetype:generate -B \ -DgroupId=tutorial \ -DartifactId=tutorial \ -DarchetypeGroupId=org.apache.struts \

Re: Struts 2 WW-1714: "Using the Redirect Action Result withparameters to the target action causes an OGNL warning" still fails

2011-09-08 Thread JOSE L MARTINEZ-AVIAL
I just have been able to replicate it on a blank Strus2 application (Struts.2.2.3) I just added a package and a JSP to have something to navigate to, and it is showing the same error message. 2011/9/8 JOSE L MARTINEZ-AVIAL > Hi, > I just added a very simple package to my app to test this. The pa

Re: Struts 2 WW-1714: "Using the Redirect Action Result withparameters to the target action causes an OGNL warning" still fails

2011-09-08 Thread JOSE L MARTINEZ-AVIAL
Hi, I just added a very simple package to my app to test this. The package is defined as follows: NavigateTo Enroll1 /WEB-INF/jsp/test.jsp It's still failing when I use that acti

Re: xwork-core-2.2.3.jar in Maven repository probably corrupt

2011-09-08 Thread Maurizio Cucchiara
OK, please let us know. Maurizio Cucchiara - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: xwork-core-2.2.3.jar in Maven repository probably corrupt

2011-09-08 Thread Chris Mawata
I'll try that (deleting the jar) tomorrow. Ihave to drive 100 miles to work this morning. Right now I have the manually downloaded one in the local m2 repository. Cheers Chris Mawata On 9/7/2011 2:12 AM, Maurizio Cucchiara wrote: Have you already tryied to delete xwork jar under your M2 repos

Re: [ANN] Struts 2.2.3.1 GA release available

2011-09-08 Thread Łukasz Lenart
Awesome work Maurizio, many tanks! Kind regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitura.pl/ 2011/9/8 Maurizio Cucchiara : > The Apache Struts group is pleased to announce that Struts 2.2.3.1 is > available as a "General Availabi

Re: Struts 2 WW-1714: "Using the Redirect Action Result withparameters to the target action causes an OGNL warning" still fails

2011-09-08 Thread jlmagc
Humm, I think I'm going to duplicate the two actions and go step by step taking out my own additions(as you said Tiles and get back to the default stack) and see on what moment it works fine. I'll let you know. Thanks JL Sent via BlackBerry from T-Mobile -Original Message- From: Mauriz

[ANN] Struts 2.2.3.1 GA release available

2011-09-08 Thread Maurizio Cucchiara
The Apache Struts group is pleased to announce that Struts 2.2.3.1 is available as a "General Availability" release. The GA designation is our highest quality grade. Apache Struts 2 is an elegant, extensible framework for creating enterprise-ready Java web applications. The framework is designed t

Re: Struts 2 WW-1714: "Using the Redirect Action Result with parameters to the target action causes an OGNL warning" still fails

2011-09-08 Thread Maurizio Cucchiara
Please forget my last mail, I mixed up the action name with the param name. Anyway I have been able to test your specific use case, using the blank webapp, and it works like a charm (that is without throwing any exception). So, I guess we need to know some further details. Also, could you try to ch