Re: Struts2 Json Plugin - overwrites parameter values in url string?

2014-11-28 Thread Dave Newton
What does the action in question look like, specifically, stuff related to the `searchCriteria` object? On Fri, Nov 28, 2014 at 10:29 AM, Burton Rhodes wrote: > I have a simple json action that searches for a Contact in the system. I > am using a GET request with the following url: > > "ContactS

Re: Struts2 Json Plugin - overwrites parameter values in url string?

2014-11-28 Thread Felipe Lorenz
Hi Burton, It should not be happining. Which version of struts and json plugin are you using? regards, --- FELIPE LORENZ Gerente de Projetos Idealogic Software Fone: (51) 3715 5523 - (51) 3715 5548 www.idealogic.com.br On 28/11/2014 13:29, Burton Rhodes wrote: > I have a simple json a

Struts2 Json Plugin - overwrites parameter values in url string?

2014-11-28 Thread Burton Rhodes
I have a simple json action that searches for a Contact in the system. I am using a GET request with the following url: "ContactSearchJson.action?searchCriteria.searchStringContact=Doe&searchCriteria.categories=agent You'll notice I'm trying to set two variable in the object searchCriteria. Howe