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 :
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
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
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['
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
5 matches
Mail list logo