Re: param interceptor is not working fine if list contain more than 10 items?

2013-12-09 Thread Mohit Gupta
Lukasz, i agree it must be passed as array when parameters having same name . I think internally struts 2 using getParameterValues(java.lang.String). instead getParameter(java.lang.String

Re: param interceptor is not working fine if list contain more than 10 items?

2013-12-09 Thread Lukasz Lenart
2013/12/10 Mohit Gupta : > Changing ='someItem'/> to ='someItem'/>. > > This works but this is how it is supposed to work ? It is a normal situation, parameters with the same name are passed as an array http://docs.oracle.com/javaee/5/api/javax/servlet/ServletRequest.html#getParameter(java.

Re: param interceptor is not working fine if list contain more than 10 items?

2013-12-09 Thread Mohit Gupta
Changing to . This works but this is how it is supposed to work ? On Sat, Dec 7, 2013 at 8:18 AM, Mohit Gupta wrote: > Guys any suggestion/ideas.Really ,I am not getting whats going on here. > > > On Fri, Dec 6, 2013 at 10:21 PM, Mohit Gupta wrote: > >> Dave. Here is brief about action

Re: Token Session Interceptor and back button

2013-12-09 Thread semog12
Hi, Thank for the replies but when I was trying your solution I encounter another situation. I am using tiles to create my web pages and when I put your code on the main template it works perfectly but when I put on the tiles attribute page do not work. Works like this: But does not work like t