Re: Struts2: Problem with form fields

2013-03-20 Thread Dhananjay Makwana
Thanks for solution. I followed [2] and it works perfectly. Now any suggestions/patterns for implementations of "acceptableParameterName(String)" method, apart from the obvious checking of parameter startWith, endsWith etc.? On 3/19/13 5:41 PM, Lukasz Lenart wrote: 2013/3/19 Dhananjay Makwana :

Re: Struts2: Problem with form fields

2013-03-19 Thread Lukasz Lenart
2013/3/19 Dhananjay Makwana : > I do have an excludePattern but that is for my css, js files. Here's my > struts.xml file. I am using version 2.3.8. I have double checked and your problem is related to acceptParamNames property of ParametersInterceptor which was defined very restrictive [1] to sec

Re: Struts2: Problem with form fields

2013-03-19 Thread Dhananjay Makwana
I do have an excludePattern but that is for my css, js files. Here's my struts.xml file. I am using version 2.3.8. /accountList.tiles accounts On 3/19/13 4:22 PM, Lukasz L

Re: Struts2: Problem with form fields

2013-03-19 Thread Lukasz Lenart
2013/3/19 Dhananjay Makwana : > 2013-03-19 14:33:25,683 [http-8080-2] WARN > com.opensymphony.xwork2.interceptor.ParametersInterceptor - Parameter > [#session.accounts['aaa'].properties[0].value] didn't match acceptedPattern > pattern! This is odd, as I have already checked and #session.accounts['

Struts2: Problem with form fields

2013-03-19 Thread Dhananjay Makwana
Hi Everyone, I am new to Struts2. I am creating a basic page where user can see login credentials for few accounts (any type like Email, FB etc.) and if one of them is not present then add them. Each account has a list of properties with a name and a string value (keeping it simple). Now in m