Re: Error with chekboxlist

2015-10-18 Thread Lukasz Lenart
2015-10-17 16:48 GMT+02:00 Yaragalla Muralidhar : > Hi Lukasz, >I am using struts 2.3.2. I am not using outside action. There is no such version. Maybe it's related to https://issues.apache.org/jira/browse/WW-4168 Regards -- Łukasz + 48 606 323 122

Re: Error with chekboxlist

2015-10-17 Thread Yaragalla Muralidhar
Hi, Any help on this will be appreciated. Thanks in advance. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Fri, Oct 16, 2015 at 2:58 PM, Yaragalla Muralidhar < yaragallamur...@gmail.com> wrote: > Hi , > the following is the

Re: Error with chekboxlist

2015-10-17 Thread Jasper Rosenberg
I’ve seen this behavior a couple of times over the years, and I’m sorry that I can’t recall the exact issue when I’ve tracked it down, but basically something is null, probably either the “samples” list, or an element in that list. -Jasper > On Oct 17, 2015, at 10:23 AM, Lukasz Lenart

Re: Error with chekboxlist

2015-10-17 Thread Lukasz Lenart
2015-10-17 16:39 GMT+02:00 Jasper Rosenberg : > I’ve seen this behavior a couple of times over the years, and I’m sorry that > I can’t recall the exact issue when I’ve tracked it down, but basically > something is null, probably either the “samples” list, or

Re: Error with chekboxlist

2015-10-17 Thread Lukasz Lenart
Do you use that JSP outside of an action? Struts version? I've been testing with the latest SNAPSHOT and no such problem 2015-10-16 11:28 GMT+02:00 Yaragalla Muralidhar : > Hi , > the following is the code in jsp. > > > > samples is an arraylist of strings. > > when i

Re: Error with chekboxlist

2015-10-17 Thread Yaragalla Muralidhar
Hi Lukasz, I am using struts 2.3.2. I am not using outside action. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Sat, Oct 17, 2015 at 8:12 PM, Lukasz Lenart wrote: > 2015-10-17 16:39 GMT+02:00

Error with chekboxlist

2015-10-16 Thread Yaragalla Muralidhar
Hi , the following is the code in jsp. samples is an arraylist of strings. when i put the above tag i am getting the following error. Please help me to rectify this. Error on line 30, column 13 in template/simple/checkboxlist.ftl stack.findValue('top') is undefined. It cannot be assigned to