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 Dhananj

Re: Struts2: Problem with form fields

2013-03-19 Thread Dhananjay Makwana
ukasz Lenart wrote: 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

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